Artifact 9f030ee30b4f8b0290363bc6688c2227449fe7b9:
File
src/main.mk
part of check-in
[e15fe43153]
- A new decendent finding algorithm is (hopefully) faster. Changes to
the timeline are in process and might not yet work.
by
drh on
2007-08-31 20:14:33.
0000: 23 20 44 4f 20 4e 4f 54 20 45 44 49 54 0a 23 0a # DO NOT EDIT.#.
0010: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 61 # This file is a
0020: 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 67 65 6e utomatically gen
0030: 65 72 61 74 65 64 2e 20 20 49 6e 73 74 65 61 64 erated. Instead
0040: 20 6f 66 20 65 64 69 74 69 6e 67 20 74 68 69 73 of editing this
0050: 0a 23 20 66 69 6c 65 2c 20 65 64 69 74 20 22 6d .# file, edit "m
0060: 61 6b 65 6d 61 6b 65 2e 74 63 6c 22 20 74 68 65 akemake.tcl" the
0070: 6e 20 72 75 6e 20 22 74 63 6c 73 68 20 6d 61 6b n run "tclsh mak
0080: 65 6d 61 6b 65 2e 74 63 6c 20 3e 6d 61 69 6e 2e emake.tcl >main.
0090: 6d 6b 22 0a 23 20 74 6f 20 72 65 67 65 6e 65 72 mk".# to regener
00a0: 61 74 65 20 74 68 69 73 20 66 69 6c 65 2e 0a 23 ate this file..#
00b0: 0a 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 .# This file is
00c0: 69 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75 included by linu
00d0: 78 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75 x-gcc.mk or linu
00e0: 78 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f x-mingw.mk or po
00f0: 73 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74 ssible.# some ot
0100: 68 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20 her makefiles.
0110: 54 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69 This file contai
0120: 6e 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61 ns the rules tha
0130: 74 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74 t are common.# t
0140: 6f 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72 o building regar
0150: 64 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72 dless of the tar
0160: 67 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24 get..#..XTCC = $
0170: 28 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20 (TCC) $(CFLAGS)
0180: 2d 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a -I. -I$(SRCDIR).
0190: 0a 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52 ..SRC = \. $(SR
01a0: 43 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20 CDIR)/add.c \.
01b0: 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20 $(SRCDIR)/bag.c
01c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 62 6c \. $(SRCDIR)/bl
01d0: 6f 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ob.c \. $(SRCDI
01e0: 52 29 2f 63 67 69 2e 63 20 5c 0a 20 20 24 28 53 R)/cgi.c \. $(S
01f0: 52 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 RCDIR)/checkin.c
0200: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 \. $(SRCDIR)/c
0210: 68 65 63 6b 6f 75 74 2e 63 20 5c 0a 20 20 24 28 heckout.c \. $(
0220: 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67 SRCDIR)/clearsig
0230: 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 n.c \. $(SRCDIR
0240: 29 2f 63 6c 6f 6e 65 2e 63 20 5c 0a 20 20 24 28 )/clone.c \. $(
0250: 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 SRCDIR)/comforma
0260: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 t.c \. $(SRCDIR
0270: 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 5c 0a )/construct.c \.
0280: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 $(SRCDIR)/cont
0290: 65 6e 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ent.c \. $(SRCD
02a0: 49 52 29 2f 64 62 2e 63 20 5c 0a 20 20 24 28 53 IR)/db.c \. $(S
02b0: 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 5c RCDIR)/delta.c \
02c0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c . $(SRCDIR)/del
02d0: 74 61 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 tacmd.c \. $(SR
02e0: 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 CDIR)/descendent
02f0: 73 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 s.c \. $(SRCDIR
0300: 29 2f 64 69 66 66 2e 63 20 5c 0a 20 20 24 28 53 )/diff.c \. $(S
0310: 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 RCDIR)/diffcmd.c
0320: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 65 \. $(SRCDIR)/e
0330: 6e 63 6f 64 65 2e 63 20 5c 0a 20 20 24 28 53 52 ncode.c \. $(SR
0340: 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 5c 0a 20 CDIR)/file.c \.
0350: 20 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e $(SRCDIR)/http.
0360: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0370: 69 6e 66 6f 2e 63 20 5c 0a 20 20 24 28 53 52 43 info.c \. $(SRC
0380: 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 5c 0a 20 DIR)/login.c \.
0390: 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e $(SRCDIR)/main.
03a0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
03b0: 6d 61 6e 69 66 65 73 74 2e 63 20 5c 0a 20 20 24 manifest.c \. $
03c0: 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 5c (SRCDIR)/md5.c \
03d0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72 . $(SRCDIR)/mer
03e0: 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ge.c \. $(SRCDI
03f0: 52 29 2f 6d 65 72 67 65 33 2e 63 20 5c 0a 20 20 R)/merge3.c \.
0400: 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 $(SRCDIR)/name.c
0410: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 70 \. $(SRCDIR)/p
0420: 69 76 6f 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 ivot.c \. $(SRC
0430: 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 5c 0a DIR)/printf.c \.
0440: 20 20 24 28 53 52 43 44 49 52 29 2f 72 65 62 75 $(SRCDIR)/rebu
0450: 69 6c 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ild.c \. $(SRCD
0460: 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 5c 0a 20 IR)/schema.c \.
0470: 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 $(SRCDIR)/setup
0480: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0490: 2f 73 68 61 31 2e 63 20 5c 0a 20 20 24 28 53 52 /sha1.c \. $(SR
04a0: 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c 0a CDIR)/style.c \.
04b0: 20 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63 $(SRCDIR)/sync
04c0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
04d0: 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 5c 0a 20 20 /timeline.c \.
04e0: 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 65 $(SRCDIR)/update
04f0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0500: 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53 52 43 /url.c \. $(SRC
0510: 44 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a 20 20 DIR)/user.c \.
0520: 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 $(SRCDIR)/verify
0530: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0540: 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 53 /vfile.c \. $(S
0550: 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 5c 0a RCDIR)/wiki.c \.
0560: 20 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 $(SRCDIR)/wiki
0570: 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 53 format.c \. $(S
0580: 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 5c 0a RCDIR)/xfer.c \.
0590: 20 20 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e $(SRCDIR)/zip.
05a0: 63 0a 0a 54 52 41 4e 53 5f 53 52 43 20 3d 20 5c c..TRANS_SRC = \
05b0: 0a 20 20 61 64 64 5f 2e 63 20 5c 0a 20 20 62 61 . add_.c \. ba
05c0: 67 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e 63 g_.c \. blob_.c
05d0: 20 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a 20 20 \. cgi_.c \.
05e0: 63 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 63 checkin_.c \. c
05f0: 68 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 63 heckout_.c \. c
0600: 6c 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 20 learsign_.c \.
0610: 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f 6d clone_.c \. com
0620: 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 6f format_.c \. co
0630: 6e 73 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 63 nstruct_.c \. c
0640: 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 62 ontent_.c \. db
0650: 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e 63 _.c \. delta_.c
0660: 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e 63 \. deltacmd_.c
0670: 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 73 \. descendents
0680: 5f 2e 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 20 _.c \. diff_.c
0690: 5c 0a 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 5c \. diffcmd_.c \
06a0: 0a 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a 20 . encode_.c \.
06b0: 20 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 74 file_.c \. htt
06c0: 70 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e 63 p_.c \. info_.c
06d0: 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c 0a \. login_.c \.
06e0: 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 main_.c \. ma
06f0: 6e 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d 64 nifest_.c \. md
0700: 35 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f 2e 5_.c \. merge_.
0710: 63 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 20 c \. merge3_.c
0720: 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20 \. name_.c \.
0730: 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 72 69 pivot_.c \. pri
0740: 6e 74 66 5f 2e 63 20 5c 0a 20 20 72 65 62 75 69 ntf_.c \. rebui
0750: 6c 64 5f 2e 63 20 5c 0a 20 20 73 63 68 65 6d 61 ld_.c \. schema
0760: 5f 2e 63 20 5c 0a 20 20 73 65 74 75 70 5f 2e 63 _.c \. setup_.c
0770: 20 5c 0a 20 20 73 68 61 31 5f 2e 63 20 5c 0a 20 \. sha1_.c \.
0780: 20 73 74 79 6c 65 5f 2e 63 20 5c 0a 20 20 73 79 style_.c \. sy
0790: 6e 63 5f 2e 63 20 5c 0a 20 20 74 69 6d 65 6c 69 nc_.c \. timeli
07a0: 6e 65 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74 65 ne_.c \. update
07b0: 5f 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 5c _.c \. url_.c \
07c0: 0a 20 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20 76 . user_.c \. v
07d0: 65 72 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66 69 erify_.c \. vfi
07e0: 6c 65 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f 2e le_.c \. wiki_.
07f0: 63 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 c \. wikiformat
0800: 5f 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20 _.c \. xfer_.c
0810: 5c 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20 \. zip_.c..OBJ
0820: 3d 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20 = \. add.o \.
0830: 62 61 67 2e 6f 20 5c 0a 20 20 62 6c 6f 62 2e 6f bag.o \. blob.o
0840: 20 5c 0a 20 20 63 67 69 2e 6f 20 5c 0a 20 20 63 \. cgi.o \. c
0850: 68 65 63 6b 69 6e 2e 6f 20 5c 0a 20 20 63 68 65 heckin.o \. che
0860: 63 6b 6f 75 74 2e 6f 20 5c 0a 20 20 63 6c 65 61 ckout.o \. clea
0870: 72 73 69 67 6e 2e 6f 20 5c 0a 20 20 63 6c 6f 6e rsign.o \. clon
0880: 65 2e 6f 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 e.o \. comforma
0890: 74 2e 6f 20 5c 0a 20 20 63 6f 6e 73 74 72 75 63 t.o \. construc
08a0: 74 2e 6f 20 5c 0a 20 20 63 6f 6e 74 65 6e 74 2e t.o \. content.
08b0: 6f 20 5c 0a 20 20 64 62 2e 6f 20 5c 0a 20 20 64 o \. db.o \. d
08c0: 65 6c 74 61 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 elta.o \. delta
08d0: 63 6d 64 2e 6f 20 5c 0a 20 20 64 65 73 63 65 6e cmd.o \. descen
08e0: 64 65 6e 74 73 2e 6f 20 5c 0a 20 20 64 69 66 66 dents.o \. diff
08f0: 2e 6f 20 5c 0a 20 20 64 69 66 66 63 6d 64 2e 6f .o \. diffcmd.o
0900: 20 5c 0a 20 20 65 6e 63 6f 64 65 2e 6f 20 5c 0a \. encode.o \.
0910: 20 20 66 69 6c 65 2e 6f 20 5c 0a 20 20 68 74 74 file.o \. htt
0920: 70 2e 6f 20 5c 0a 20 20 69 6e 66 6f 2e 6f 20 5c p.o \. info.o \
0930: 0a 20 20 6c 6f 67 69 6e 2e 6f 20 5c 0a 20 20 6d . login.o \. m
0940: 61 69 6e 2e 6f 20 5c 0a 20 20 6d 61 6e 69 66 65 ain.o \. manife
0950: 73 74 2e 6f 20 5c 0a 20 20 6d 64 35 2e 6f 20 5c st.o \. md5.o \
0960: 0a 20 20 6d 65 72 67 65 2e 6f 20 5c 0a 20 20 6d . merge.o \. m
0970: 65 72 67 65 33 2e 6f 20 5c 0a 20 20 6e 61 6d 65 erge3.o \. name
0980: 2e 6f 20 5c 0a 20 20 70 69 76 6f 74 2e 6f 20 5c .o \. pivot.o \
0990: 0a 20 20 70 72 69 6e 74 66 2e 6f 20 5c 0a 20 20 . printf.o \.
09a0: 72 65 62 75 69 6c 64 2e 6f 20 5c 0a 20 20 73 63 rebuild.o \. sc
09b0: 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 65 74 75 70 hema.o \. setup
09c0: 2e 6f 20 5c 0a 20 20 73 68 61 31 2e 6f 20 5c 0a .o \. sha1.o \.
09d0: 20 20 73 74 79 6c 65 2e 6f 20 5c 0a 20 20 73 79 style.o \. sy
09e0: 6e 63 2e 6f 20 5c 0a 20 20 74 69 6d 65 6c 69 6e nc.o \. timelin
09f0: 65 2e 6f 20 5c 0a 20 20 75 70 64 61 74 65 2e 6f e.o \. update.o
0a00: 20 5c 0a 20 20 75 72 6c 2e 6f 20 5c 0a 20 20 75 \. url.o \. u
0a10: 73 65 72 2e 6f 20 5c 0a 20 20 76 65 72 69 66 79 ser.o \. verify
0a20: 2e 6f 20 5c 0a 20 20 76 66 69 6c 65 2e 6f 20 5c .o \. vfile.o \
0a30: 0a 20 20 77 69 6b 69 2e 6f 20 5c 0a 20 20 77 69 . wiki.o \. wi
0a40: 6b 69 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 78 kiformat.o \. x
0a50: 66 65 72 2e 6f 20 5c 0a 20 20 7a 69 70 2e 6f 0a fer.o \. zip.o.
0a60: 0a 41 50 50 4e 41 4d 45 20 3d 20 66 6f 73 73 69 .APPNAME = fossi
0a70: 6c 24 28 45 29 0a 0a 0a 0a 61 6c 6c 3a 09 24 28 l$(E)....all:.$(
0a80: 41 50 50 4e 41 4d 45 29 0a 0a 69 6e 73 74 61 6c APPNAME)..instal
0a90: 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 6d l:.$(APPNAME)..m
0aa0: 76 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 49 v $(APPNAME) $(I
0ab0: 4e 53 54 41 4c 4c 44 49 52 29 0a 0a 74 72 61 6e NSTALLDIR)..tran
0ac0: 73 6c 61 74 65 3a 09 24 28 53 52 43 44 49 52 29 slate:.$(SRCDIR)
0ad0: 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 09 24 28 /translate.c..$(
0ae0: 42 43 43 29 20 2d 6f 20 74 72 61 6e 73 6c 61 74 BCC) -o translat
0af0: 65 20 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e e $(SRCDIR)/tran
0b00: 73 6c 61 74 65 2e 63 0a 0a 6d 61 6b 65 68 65 61 slate.c..makehea
0b10: 64 65 72 73 3a 09 24 28 53 52 43 44 49 52 29 2f ders:.$(SRCDIR)/
0b20: 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a 09 24 makeheaders.c..$
0b30: 28 42 43 43 29 20 2d 6f 20 6d 61 6b 65 68 65 61 (BCC) -o makehea
0b40: 64 65 72 73 20 24 28 53 52 43 44 49 52 29 2f 6d ders $(SRCDIR)/m
0b50: 61 6b 65 68 65 61 64 65 72 73 2e 63 0a 0a 6d 6b akeheaders.c..mk
0b60: 69 6e 64 65 78 3a 09 24 28 53 52 43 44 49 52 29 index:.$(SRCDIR)
0b70: 2f 6d 6b 69 6e 64 65 78 2e 63 0a 09 24 28 42 43 /mkindex.c..$(BC
0b80: 43 29 20 2d 6f 20 6d 6b 69 6e 64 65 78 20 24 28 C) -o mkindex $(
0b90: 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e SRCDIR)/mkindex.
0ba0: 63 0a 0a 23 20 57 41 52 4e 49 4e 47 2e 20 44 41 c..# WARNING. DA
0bb0: 4e 47 45 52 2e 20 52 75 6e 6e 69 6e 67 20 74 68 NGER. Running th
0bc0: 65 20 74 65 73 74 73 75 69 74 65 20 6d 6f 64 69 e testsuite modi
0bd0: 66 69 65 73 20 74 68 65 20 72 65 70 6f 73 69 74 fies the reposit
0be0: 6f 72 79 20 74 68 65 0a 23 20 62 75 69 6c 64 20 ory the.# build
0bf0: 69 73 20 64 6f 6e 65 20 66 72 6f 6d 2c 20 69 2e is done from, i.
0c00: 65 2e 20 74 68 65 20 63 68 65 63 6b 6f 75 74 20 e. the checkout
0c10: 62 65 6c 6f 6e 67 73 20 74 6f 2e 20 44 6f 20 6e belongs to. Do n
0c20: 6f 74 20 73 79 6e 63 2f 70 75 73 68 0a 23 20 74 ot sync/push.# t
0c30: 68 65 20 72 65 70 6f 73 69 74 6f 72 79 20 61 66 he repository af
0c40: 74 65 72 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 ter running the
0c50: 74 65 73 74 73 2e 0a 74 65 73 74 3a 09 24 28 41 tests..test:.$(A
0c60: 50 50 4e 41 4d 45 29 0a 09 24 28 54 43 4c 53 48 PPNAME)..$(TCLSH
0c70: 29 20 74 65 73 74 2f 74 65 73 74 65 72 2e 74 63 ) test/tester.tc
0c80: 6c 20 24 28 41 50 50 4e 41 4d 45 29 0a 0a 56 45 l $(APPNAME)..VE
0c90: 52 53 49 4f 4e 2e 68 3a 09 24 28 53 52 43 44 49 RSION.h:.$(SRCDI
0ca0: 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 R)/../manifest.u
0cb0: 75 69 64 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e uid..awk '{ prin
0cc0: 74 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 tf "#define MANI
0cd0: 46 45 53 54 5f 55 55 49 44 20 5c 22 25 73 5c 22 FEST_UUID \"%s\"
0ce0: 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52 \n", $$1}' $(SR
0cf0: 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 CDIR)/../manifes
0d00: 74 2e 75 75 69 64 20 3e 56 45 52 53 49 4f 4e 2e t.uuid >VERSION.
0d10: 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09 68 h..$(APPNAME):.h
0d20: 65 61 64 65 72 73 20 24 28 4f 42 4a 29 20 73 71 eaders $(OBJ) sq
0d30: 6c 69 74 65 33 2e 6f 0a 09 24 28 54 43 43 29 20 lite3.o..$(TCC)
0d40: 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 -o $(APPNAME) $(
0d50: 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 24 OBJ) sqlite3.o $
0d60: 28 4c 49 42 29 0a 0a 63 6c 65 61 6e 3a 09 0a 09 (LIB)..clean:...
0d70: 72 6d 20 2d 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 rm -f *.o *_.c $
0d80: 28 41 50 50 4e 41 4d 45 29 20 56 45 52 53 49 4f (APPNAME) VERSIO
0d90: 4e 2e 68 0a 09 72 6d 20 2d 66 20 74 72 61 6e 73 N.h..rm -f trans
0da0: 6c 61 74 65 20 6d 61 6b 65 68 65 61 64 65 72 73 late makeheaders
0db0: 20 6d 6b 69 6e 64 65 78 20 70 61 67 65 5f 69 6e mkindex page_in
0dc0: 64 65 78 2e 68 20 68 65 61 64 65 72 73 0a 09 72 dex.h headers..r
0dd0: 6d 20 2d 66 20 61 64 64 2e 68 20 62 61 67 2e 68 m -f add.h bag.h
0de0: 20 62 6c 6f 62 2e 68 20 63 67 69 2e 68 20 63 68 blob.h cgi.h ch
0df0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
0e00: 2e 68 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .h clearsign.h c
0e10: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
0e20: 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .h construct.h c
0e30: 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 65 ontent.h db.h de
0e40: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e 68 lta.h deltacmd.h
0e50: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 descendents.h d
0e60: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 20 iff.h diffcmd.h
0e70: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 2e 68 20 encode.h file.h
0e80: 68 74 74 70 2e 68 20 69 6e 66 6f 2e 68 20 6c 6f http.h info.h lo
0e90: 67 69 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d 61 6e gin.h main.h man
0ea0: 69 66 65 73 74 2e 68 20 6d 64 35 2e 68 20 6d 65 ifest.h md5.h me
0eb0: 72 67 65 2e 68 20 6d 65 72 67 65 33 2e 68 20 6e rge.h merge3.h n
0ec0: 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 72 ame.h pivot.h pr
0ed0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 2e 68 intf.h rebuild.h
0ee0: 20 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 2e schema.h setup.
0ef0: 68 20 73 68 61 31 2e 68 20 73 74 79 6c 65 2e 68 h sha1.h style.h
0f00: 20 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 sync.h timeline
0f10: 2e 68 20 75 70 64 61 74 65 2e 68 20 75 72 6c 2e .h update.h url.
0f20: 68 20 75 73 65 72 2e 68 20 76 65 72 69 66 79 2e h user.h verify.
0f30: 68 20 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e 68 h vfile.h wiki.h
0f40: 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 wikiformat.h xf
0f50: 65 72 2e 68 20 7a 69 70 2e 68 0a 0a 68 65 61 64 er.h zip.h..head
0f60: 65 72 73 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 ers:.makeheaders
0f70: 20 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 mkindex $(TRANS
0f80: 5f 53 52 43 29 20 2e 2f 56 45 52 53 49 4f 4e 2e _SRC) ./VERSION.
0f90: 68 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 h.../makeheaders
0fa0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
0fb0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
0fc0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
0fd0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
0fe0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
0ff0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
1000: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
1010: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
1020: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
1030: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
1040: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
1050: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
1060: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
1070: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
1080: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
1090: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
10a0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
10b0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
10c0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
10d0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
10e0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
10f0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
1100: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
1110: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
1120: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
1130: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
1140: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
1150: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
1160: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
1170: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
1180: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
1190: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
11a0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
11b0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
11c0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
11d0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
11e0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
11f0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
1200: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
1210: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
1220: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
1230: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
1240: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
1250: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
1260: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
1270: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
1280: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
1290: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
12a0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
12b0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
12c0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
12d0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
12e0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
12f0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d ./VERSION.h.../m
1300: 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 5f 53 kindex $(TRANS_S
1310: 52 43 29 20 3e 70 61 67 65 5f 69 6e 64 65 78 2e RC) >page_index.
1320: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
1330: 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53 52 43 44 ..add_.c:.$(SRCD
1340: 49 52 29 2f 61 64 64 2e 63 20 24 28 53 52 43 44 IR)/add.c $(SRCD
1350: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
1360: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
1370: 74 65 20 24 28 53 52 43 44 49 52 29 2f 61 64 64 te $(SRCDIR)/add
1380: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
1390: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 61 CDIR)/VERSION >a
13a0: 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09 61 64 dd_.c..add.o:.ad
13b0: 64 5f 2e 63 20 61 64 64 2e 68 20 20 24 28 53 52 d_.c add.h $(SR
13c0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
13d0: 24 28 58 54 43 43 29 20 2d 6f 20 61 64 64 2e 6f $(XTCC) -o add.o
13e0: 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61 64 64 2e -c add_.c..add.
13f0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
1400: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
1410: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
1420: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
1430: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 :blob.h cgi_.c:c
1440: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
1450: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
1460: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
1470: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
1480: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
1490: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
14a0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
14b0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
14c0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
14d0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
14e0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
14f0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
1500: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
1510: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
1520: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
1530: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
1540: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
1550: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
1560: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
1570: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
1580: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
1590: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
15a0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
15b0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
15c0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
15d0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
15e0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
15f0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
1600: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
1610: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 ot_.c:pivot.h pr
1620: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
1630: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
1640: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
1650: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
1660: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
1670: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
1680: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
1690: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e c:sync.h timelin
16a0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
16b0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
16c0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
16d0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
16e0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
16f0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
1700: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
1710: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
1720: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
1730: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
1740: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
1750: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
1760: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
1770: 68 65 61 64 65 72 73 0a 0a 62 61 67 5f 2e 63 3a headers..bag_.c:
1780: 09 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 .$(SRCDIR)/bag.c
1790: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
17a0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
17b0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
17c0: 49 52 29 2f 62 61 67 2e 63 20 7c 20 73 65 64 20 IR)/bag.c | sed
17d0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
17e0: 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a 0a 62 61 SION >bag_.c..ba
17f0: 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 61 67 2e g.o:.bag_.c bag.
1800: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
1810: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
1820: 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61 67 5f 2e o bag.o -c bag_.
1830: 63 0a 0a 62 61 67 2e 68 3a 09 6d 61 6b 65 68 65 c..bag.h:.makehe
1840: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
1850: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
1860: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
1870: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
1880: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
1890: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
18a0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
18b0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
18c0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
18d0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
18e0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
18f0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
1900: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
1910: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
1920: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
1930: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
1940: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
1950: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
1960: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
1970: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
1980: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
1990: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
19a0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
19b0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
19c0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
19d0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
19e0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
19f0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
1a00: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
1a10: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
1a20: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
1a30: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
1a40: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
1a50: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
1a60: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
1a70: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
1a80: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
1a90: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
1aa0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
1ab0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
1ac0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
1ad0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
1ae0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
1af0: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
1b00: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
1b10: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
1b20: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
1b30: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
1b40: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
1b50: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
1b60: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
1b70: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
1b80: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
1b90: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
1ba0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
1bb0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
1bc0: 62 6c 6f 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 blob_.c:.$(SRCDI
1bd0: 52 29 2f 62 6c 6f 62 2e 63 20 24 28 53 52 43 44 R)/blob.c $(SRCD
1be0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
1bf0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
1c00: 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f te $(SRCDIR)/blo
1c10: 62 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 b.c | sed -f $(S
1c20: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
1c30: 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a blob_.c..blob.o:
1c40: 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62 2e 68 20 .blob_.c blob.h
1c50: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
1c60: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
1c70: 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f 62 5f 2e blob.o -c blob_.
1c80: 63 0a 0a 62 6c 6f 62 2e 68 3a 09 6d 61 6b 65 68 c..blob.h:.makeh
1c90: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
1ca0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
1cb0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
1cc0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
1cd0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
1ce0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
1cf0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
1d00: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
1d10: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
1d20: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
1d30: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
1d40: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
1d50: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
1d60: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
1d70: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
1d80: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
1d90: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
1da0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
1db0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
1dc0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
1dd0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
1de0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
1df0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
1e00: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
1e10: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
1e20: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
1e30: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
1e40: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
1e50: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
1e60: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
1e70: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
1e80: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
1e90: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
1ea0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
1eb0: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
1ec0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
1ed0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
1ee0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
1ef0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
1f00: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
1f10: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
1f20: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
1f30: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
1f40: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
1f50: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
1f60: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
1f70: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
1f80: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
1f90: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
1fa0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
1fb0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
1fc0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
1fd0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
1fe0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
1ff0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
2000: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
2010: 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 43 44 49 .cgi_.c:.$(SRCDI
2020: 52 29 2f 63 67 69 2e 63 20 24 28 53 52 43 44 49 R)/cgi.c $(SRCDI
2030: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
2040: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
2050: 65 20 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e e $(SRCDIR)/cgi.
2060: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
2070: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 67 DIR)/VERSION >cg
2080: 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 63 67 69 i_.c..cgi.o:.cgi
2090: 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 53 52 43 _.c cgi.h $(SRC
20a0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
20b0: 28 58 54 43 43 29 20 2d 6f 20 63 67 69 2e 6f 20 (XTCC) -o cgi.o
20c0: 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 68 -c cgi_.c..cgi.h
20d0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
20e0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
20f0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
2100: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
2110: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
2120: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
2130: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
2140: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
2150: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
2160: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
2170: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
2180: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
2190: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
21a0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
21b0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
21c0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
21d0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
21e0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
21f0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
2200: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
2210: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
2220: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
2230: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
2240: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
2250: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
2260: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
2270: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
2280: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
2290: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
22a0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
22b0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
22c0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
22d0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
22e0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
22f0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
2300: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
2310: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
2320: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
2330: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
2340: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
2350: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
2360: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
2370: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
2380: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
2390: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
23a0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
23b0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
23c0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
23d0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
23e0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
23f0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
2400: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
2410: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
2420: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
2430: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
2440: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
2450: 65 61 64 65 72 73 0a 0a 63 68 65 63 6b 69 6e 5f eaders..checkin_
2460: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68 .c:.$(SRCDIR)/ch
2470: 65 63 6b 69 6e 2e 63 20 24 28 53 52 43 44 49 52 eckin.c $(SRCDIR
2480: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
2490: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
24a0: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b $(SRCDIR)/check
24b0: 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 in.c | sed -f $(
24c0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
24d0: 3e 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 >checkin_.c..che
24e0: 63 6b 69 6e 2e 6f 3a 09 63 68 65 63 6b 69 6e 5f ckin.o:.checkin_
24f0: 2e 63 20 63 68 65 63 6b 69 6e 2e 68 20 20 24 28 .c checkin.h $(
2500: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
2510: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65 ..$(XTCC) -o che
2520: 63 6b 69 6e 2e 6f 20 2d 63 20 63 68 65 63 6b 69 ckin.o -c checki
2530: 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 68 3a n_.c..checkin.h:
2540: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
2550: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
2560: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
2570: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
2580: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 lob.h cgi_.c:cgi
2590: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
25a0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
25b0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
25c0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
25d0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
25e0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
25f0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
2600: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
2610: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
2620: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
2630: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
2640: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
2650: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
2660: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
2670: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
2680: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
2690: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
26a0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
26b0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
26c0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
26d0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
26e0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
26f0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
2700: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
2710: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
2720: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
2730: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
2740: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
2750: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
2760: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e _.c:pivot.h prin
2770: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
2780: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
2790: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
27a0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
27b0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
27c0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
27d0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
27e0: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f sync.h timeline_
27f0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 .c:timeline.h up
2800: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
2810: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
2820: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
2830: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
2840: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
2850: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
2860: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
2870: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
2880: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
2890: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
28a0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
28b0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
28c0: 61 64 65 72 73 0a 0a 63 68 65 63 6b 6f 75 74 5f aders..checkout_
28d0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68 .c:.$(SRCDIR)/ch
28e0: 65 63 6b 6f 75 74 2e 63 20 24 28 53 52 43 44 49 eckout.c $(SRCDI
28f0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
2900: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
2910: 65 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 e $(SRCDIR)/chec
2920: 6b 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 kout.c | sed -f
2930: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
2940: 4e 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a N >checkout_.c..
2950: 63 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68 65 63 checkout.o:.chec
2960: 6b 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f 75 74 kout_.c checkout
2970: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2980: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2990: 2d 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20 2d 63 -o checkout.o -c
29a0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68 checkout_.c..ch
29b0: 65 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b 65 68 65 eckout.h:.makehe
29c0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
29d0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
29e0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
29f0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
2a00: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
2a10: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
2a20: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
2a30: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
2a40: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
2a50: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
2a60: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
2a70: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
2a80: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
2a90: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
2aa0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
2ab0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
2ac0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
2ad0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
2ae0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
2af0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
2b00: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
2b10: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
2b20: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
2b30: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
2b40: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
2b50: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
2b60: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
2b70: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
2b80: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
2b90: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
2ba0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
2bb0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
2bc0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
2bd0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
2be0: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
2bf0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
2c00: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
2c10: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
2c20: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
2c30: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
2c40: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
2c50: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
2c60: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
2c70: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
2c80: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
2c90: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
2ca0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
2cb0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
2cc0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
2cd0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
2ce0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
2cf0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
2d00: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
2d10: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
2d20: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
2d30: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
2d40: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 09 24 28 clearsign_.c:.$(
2d50: 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67 SRCDIR)/clearsig
2d60: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 n.c $(SRCDIR)/VE
2d70: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
2d80: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
2d90: 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e RCDIR)/clearsign
2da0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
2db0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 CDIR)/VERSION >c
2dc0: 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 learsign_.c..cle
2dd0: 61 72 73 69 67 6e 2e 6f 3a 09 63 6c 65 61 72 73 arsign.o:.clears
2de0: 69 67 6e 5f 2e 63 20 63 6c 65 61 72 73 69 67 6e ign_.c clearsign
2df0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2e00: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2e10: 2d 6f 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 2d -o clearsign.o -
2e20: 63 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a c clearsign_.c..
2e30: 63 6c 65 61 72 73 69 67 6e 2e 68 3a 09 6d 61 6b clearsign.h:.mak
2e40: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
2e50: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
2e60: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
2e70: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
2e80: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
2e90: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
2ea0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
2eb0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
2ec0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
2ed0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
2ee0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
2ef0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
2f00: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
2f10: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
2f20: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
2f30: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
2f40: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
2f50: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
2f60: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
2f70: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
2f80: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
2f90: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
2fa0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
2fb0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
2fc0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
2fd0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
2fe0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
2ff0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
3000: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
3010: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
3020: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
3030: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
3040: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
3050: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
3060: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e pivot.h printf_.
3070: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
3080: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
3090: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
30a0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
30b0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
30c0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
30d0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
30e0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
30f0: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 imeline.h update
3100: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
3110: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
3120: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
3130: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
3140: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
3150: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
3160: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
3170: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
3180: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
3190: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
31a0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
31b0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
31c0: 73 0a 0a 63 6c 6f 6e 65 5f 2e 63 3a 09 24 28 53 s..clone_.c:.$(S
31d0: 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 24 RCDIR)/clone.c $
31e0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
31f0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
3200: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
3210: 29 2f 63 6c 6f 6e 65 2e 63 20 7c 20 73 65 64 20 )/clone.c | sed
3220: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
3230: 53 49 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a SION >clone_.c..
3240: 63 6c 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e clone.o:.clone_.
3250: 63 20 63 6c 6f 6e 65 2e 68 20 20 24 28 53 52 43 c clone.h $(SRC
3260: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
3270: 28 58 54 43 43 29 20 2d 6f 20 63 6c 6f 6e 65 2e (XTCC) -o clone.
3280: 6f 20 2d 63 20 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 o -c clone_.c..c
3290: 6c 6f 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 lone.h:.makehead
32a0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
32b0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
32c0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
32d0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
32e0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
32f0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
3300: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
3310: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
3320: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
3330: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
3340: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
3350: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
3360: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
3370: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
3380: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
3390: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
33a0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
33b0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
33c0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
33d0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
33e0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
33f0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
3400: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
3410: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
3420: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
3430: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
3440: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
3450: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
3460: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
3470: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
3480: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
3490: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
34a0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
34b0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
34c0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
34d0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
34e0: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
34f0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
3500: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
3510: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
3520: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
3530: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
3540: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
3550: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
3560: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
3570: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
3580: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
3590: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
35a0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
35b0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
35c0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
35d0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
35e0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
35f0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
3600: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
3610: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f ouch headers..co
3620: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 mformat_.c:.$(SR
3630: 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e CDIR)/comformat.
3640: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
3650: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
3660: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
3670: 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 DIR)/comformat.c
3680: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
3690: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6d IR)/VERSION >com
36a0: 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f format_.c..comfo
36b0: 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d 61 rmat.o:.comforma
36c0: 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c comformat.h
36d0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
36e0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
36f0: 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 comformat.o -c
3700: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f comformat_.c..co
3710: 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 68 mformat.h:.makeh
3720: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
3730: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
3740: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
3750: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
3760: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
3770: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
3780: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
3790: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
37a0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
37b0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
37c0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
37d0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
37e0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
37f0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
3800: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
3810: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
3820: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
3830: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
3840: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
3850: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
3860: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
3870: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
3880: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
3890: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
38a0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
38b0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
38c0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
38d0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
38e0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
38f0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
3900: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
3910: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
3920: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
3930: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
3940: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
3950: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
3960: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
3970: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
3980: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
3990: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
39a0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
39b0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
39c0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
39d0: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
39e0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
39f0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
3a00: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
3a10: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
3a20: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
3a30: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
3a40: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
3a50: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
3a60: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
3a70: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
3a80: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
3a90: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
3aa0: 0a 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 09 24 .construct_.c:.$
3ab0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 (SRCDIR)/constru
3ac0: 63 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ct.c $(SRCDIR)/V
3ad0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
3ae0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
3af0: 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 SRCDIR)/construc
3b00: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 t.c | sed -f $(S
3b10: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
3b20: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f construct_.c..co
3b30: 6e 73 74 72 75 63 74 2e 6f 3a 09 63 6f 6e 73 74 nstruct.o:.const
3b40: 72 75 63 74 5f 2e 63 20 63 6f 6e 73 74 72 75 63 ruct_.c construc
3b50: 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 t.h $(SRCDIR)/c
3b60: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
3b70: 20 2d 6f 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20 -o construct.o
3b80: 2d 63 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a -c construct_.c.
3b90: 0a 63 6f 6e 73 74 72 75 63 74 2e 68 3a 09 6d 61 .construct.h:.ma
3ba0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
3bb0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
3bc0: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
3bd0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
3be0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
3bf0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
3c00: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
3c10: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
3c20: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
3c30: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
3c40: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
3c50: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
3c60: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
3c70: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
3c80: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
3c90: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
3ca0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
3cb0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
3cc0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
3cd0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
3ce0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
3cf0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
3d00: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
3d10: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
3d20: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
3d30: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
3d40: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
3d50: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
3d60: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
3d70: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
3d80: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
3d90: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
3da0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
3db0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
3dc0: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
3dd0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
3de0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
3df0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
3e00: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
3e10: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
3e20: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
3e30: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
3e40: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
3e50: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
3e60: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
3e70: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
3e80: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
3e90: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
3ea0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
3eb0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
3ec0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
3ed0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
3ee0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
3ef0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
3f00: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
3f10: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
3f20: 72 73 0a 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 rs..content_.c:.
3f30: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e $(SRCDIR)/conten
3f40: 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 t.c $(SRCDIR)/VE
3f50: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
3f60: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
3f70: 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 RCDIR)/content.c
3f80: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
3f90: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e IR)/VERSION >con
3fa0: 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 tent_.c..content
3fb0: 2e 6f 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 .o:.content_.c c
3fc0: 6f 6e 74 65 6e 74 2e 68 20 20 24 28 53 52 43 44 ontent.h $(SRCD
3fd0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
3fe0: 58 54 43 43 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 XTCC) -o content
3ff0: 2e 6f 20 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 .o -c content_.c
4000: 0a 0a 63 6f 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b ..content.h:.mak
4010: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
4020: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
4030: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
4040: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
4050: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
4060: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
4070: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
4080: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
4090: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
40a0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
40b0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
40c0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
40d0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
40e0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
40f0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
4100: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
4110: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
4120: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
4130: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
4140: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
4150: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
4160: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
4170: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
4180: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
4190: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
41a0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
41b0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
41c0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
41d0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
41e0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
41f0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
4200: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
4210: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
4220: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
4230: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e pivot.h printf_.
4240: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
4250: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
4260: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
4270: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
4280: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
4290: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
42a0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
42b0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
42c0: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 imeline.h update
42d0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
42e0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
42f0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
4300: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
4310: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
4320: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
4330: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
4340: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
4350: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
4360: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
4370: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
4380: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
4390: 73 0a 0a 64 62 5f 2e 63 3a 09 24 28 53 52 43 44 s..db_.c:.$(SRCD
43a0: 49 52 29 2f 64 62 2e 63 20 24 28 53 52 43 44 49 IR)/db.c $(SRCDI
43b0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
43c0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
43d0: 65 20 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 e $(SRCDIR)/db.c
43e0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
43f0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 62 5f IR)/VERSION >db_
4400: 2e 63 0a 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63 20 .c..db.o:.db_.c
4410: 64 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f db.h $(SRCDIR)/
4420: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
4430: 29 20 2d 6f 20 64 62 2e 6f 20 2d 63 20 64 62 5f ) -o db.o -c db_
4440: 2e 63 0a 0a 64 62 2e 68 3a 09 6d 61 6b 65 68 65 .c..db.h:.makehe
4450: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
4460: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
4470: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
4480: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
4490: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
44a0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
44b0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
44c0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
44d0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
44e0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
44f0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
4500: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
4510: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
4520: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
4530: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
4540: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
4550: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
4560: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
4570: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
4580: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
4590: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
45a0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
45b0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
45c0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
45d0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
45e0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
45f0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
4600: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
4610: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
4620: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
4630: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
4640: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
4650: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
4660: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
4670: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
4680: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
4690: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
46a0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
46b0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
46c0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
46d0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
46e0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
46f0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
4700: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
4710: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
4720: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
4730: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
4740: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
4750: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
4760: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
4770: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
4780: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
4790: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
47a0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
47b0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
47c0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
47d0: 64 65 6c 74 61 5f 2e 63 3a 09 24 28 53 52 43 44 delta_.c:.$(SRCD
47e0: 49 52 29 2f 64 65 6c 74 61 2e 63 20 24 28 53 52 IR)/delta.c $(SR
47f0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
4800: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
4810: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 late $(SRCDIR)/d
4820: 65 6c 74 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 elta.c | sed -f
4830: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4840: 4e 20 3e 64 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c N >delta_.c..del
4850: 74 61 2e 6f 3a 09 64 65 6c 74 61 5f 2e 63 20 64 ta.o:.delta_.c d
4860: 65 6c 74 61 2e 68 20 20 24 28 53 52 43 44 49 52 elta.h $(SRCDIR
4870: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
4880: 43 43 29 20 2d 6f 20 64 65 6c 74 61 2e 6f 20 2d CC) -o delta.o -
4890: 63 20 64 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 c delta_.c..delt
48a0: 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 a.h:.makeheaders
48b0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
48c0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
48d0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
48e0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
48f0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
4900: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
4910: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
4920: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
4930: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
4940: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
4950: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
4960: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
4970: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
4980: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
4990: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
49a0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
49b0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
49c0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
49d0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
49e0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
49f0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
4a00: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
4a10: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
4a20: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
4a30: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
4a40: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
4a50: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
4a60: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
4a70: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
4a80: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
4a90: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
4aa0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
4ab0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
4ac0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
4ad0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
4ae0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
4af0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
4b00: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
4b10: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
4b20: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
4b30: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
4b40: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
4b50: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
4b60: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
4b70: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
4b80: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
4b90: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
4ba0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
4bb0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
4bc0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
4bd0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
4be0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
4bf0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
4c00: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
4c10: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
4c20: 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 61 h headers..delta
4c30: 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 cmd_.c:.$(SRCDIR
4c40: 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20 24 28 53 )/deltacmd.c $(S
4c50: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
4c60: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
4c70: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
4c80: 64 65 6c 74 61 63 6d 64 2e 63 20 7c 20 73 65 64 deltacmd.c | sed
4c90: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
4ca0: 52 53 49 4f 4e 20 3e 64 65 6c 74 61 63 6d 64 5f RSION >deltacmd_
4cb0: 2e 63 0a 0a 64 65 6c 74 61 63 6d 64 2e 6f 3a 09 .c..deltacmd.o:.
4cc0: 64 65 6c 74 61 63 6d 64 5f 2e 63 20 64 65 6c 74 deltacmd_.c delt
4cd0: 61 63 6d 64 2e 68 20 20 24 28 53 52 43 44 49 52 acmd.h $(SRCDIR
4ce0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
4cf0: 43 43 29 20 2d 6f 20 64 65 6c 74 61 63 6d 64 2e CC) -o deltacmd.
4d00: 6f 20 2d 63 20 64 65 6c 74 61 63 6d 64 5f 2e 63 o -c deltacmd_.c
4d10: 0a 0a 64 65 6c 74 61 63 6d 64 2e 68 3a 09 6d 61 ..deltacmd.h:.ma
4d20: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
4d30: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
4d40: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
4d50: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
4d60: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
4d70: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
4d80: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
4d90: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
4da0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
4db0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
4dc0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
4dd0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
4de0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
4df0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
4e00: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
4e10: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
4e20: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
4e30: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
4e40: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
4e50: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
4e60: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
4e70: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
4e80: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
4e90: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
4ea0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
4eb0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
4ec0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
4ed0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
4ee0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
4ef0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
4f00: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
4f10: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
4f20: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
4f30: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
4f40: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
4f50: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
4f60: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
4f70: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
4f80: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
4f90: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
4fa0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
4fb0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
4fc0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
4fd0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
4fe0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
4ff0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
5000: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
5010: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
5020: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
5030: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
5040: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
5050: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
5060: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
5070: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
5080: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
5090: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
50a0: 72 73 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 5f rs..descendents_
50b0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 .c:.$(SRCDIR)/de
50c0: 73 63 65 6e 64 65 6e 74 73 2e 63 20 24 28 53 52 scendents.c $(SR
50d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
50e0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
50f0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 late $(SRCDIR)/d
5100: 65 73 63 65 6e 64 65 6e 74 73 2e 63 20 7c 20 73 escendents.c | s
5110: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
5120: 56 45 52 53 49 4f 4e 20 3e 64 65 73 63 65 6e 64 VERSION >descend
5130: 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 ents_.c..descend
5140: 65 6e 74 73 2e 6f 3a 09 64 65 73 63 65 6e 64 65 ents.o:.descende
5150: 6e 74 73 5f 2e 63 20 64 65 73 63 65 6e 64 65 6e nts_.c descenden
5160: 74 73 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ts.h $(SRCDIR)/
5170: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
5180: 29 20 2d 6f 20 64 65 73 63 65 6e 64 65 6e 74 73 ) -o descendents
5190: 2e 6f 20 2d 63 20 64 65 73 63 65 6e 64 65 6e 74 .o -c descendent
51a0: 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 s_.c..descendent
51b0: 73 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 s.h:.makeheaders
51c0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
51d0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
51e0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
51f0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
5200: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
5210: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
5220: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
5230: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
5240: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
5250: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
5260: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
5270: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
5280: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
5290: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
52a0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
52b0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
52c0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
52d0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
52e0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
52f0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
5300: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
5310: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
5320: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
5330: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
5340: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
5350: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
5360: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
5370: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
5380: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
5390: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
53a0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
53b0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
53c0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
53d0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
53e0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
53f0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
5400: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
5410: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
5420: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
5430: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
5440: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
5450: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
5460: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
5470: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
5480: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
5490: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
54a0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
54b0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
54c0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
54d0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
54e0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
54f0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
5500: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
5510: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
5520: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
5530: 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 5f h headers..diff_
5540: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69 .c:.$(SRCDIR)/di
5550: 66 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ff.c $(SRCDIR)/V
5560: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
5570: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
5580: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 7c SRCDIR)/diff.c |
5590: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
55a0: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f )/VERSION >diff_
55b0: 2e 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66 .c..diff.o:.diff
55c0: 5f 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53 52 _.c diff.h $(SR
55d0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
55e0: 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 2e $(XTCC) -o diff.
55f0: 6f 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69 o -c diff_.c..di
5600: 66 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 ff.h:.makeheader
5610: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
5620: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
5630: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
5640: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
5650: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
5660: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
5670: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
5680: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
5690: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
56a0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
56b0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
56c0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
56d0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
56e0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
56f0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
5700: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
5710: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
5720: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
5730: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
5740: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
5750: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
5760: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
5770: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
5780: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
5790: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
57a0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
57b0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
57c0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
57d0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
57e0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
57f0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
5800: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
5810: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
5820: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
5830: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
5840: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
5850: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
5860: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
5870: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
5880: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
5890: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
58a0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
58b0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
58c0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
58d0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
58e0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
58f0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
5900: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
5910: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
5920: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
5930: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
5940: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
5950: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
5960: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
5970: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
5980: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 ch headers..diff
5990: 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 cmd_.c:.$(SRCDIR
59a0: 29 2f 64 69 66 66 63 6d 64 2e 63 20 24 28 53 52 )/diffcmd.c $(SR
59b0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
59c0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
59d0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 late $(SRCDIR)/d
59e0: 69 66 66 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d iffcmd.c | sed -
59f0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
5a00: 49 4f 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a ION >diffcmd_.c.
5a10: 0a 64 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66 .diffcmd.o:.diff
5a20: 63 6d 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68 cmd_.c diffcmd.h
5a30: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
5a40: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
5a50: 20 64 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69 diffcmd.o -c di
5a60: 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d ffcmd_.c..diffcm
5a70: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 d.h:.makeheaders
5a80: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
5a90: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
5aa0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
5ab0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
5ac0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
5ad0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
5ae0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
5af0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
5b00: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
5b10: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
5b20: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
5b30: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
5b40: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
5b50: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
5b60: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
5b70: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
5b80: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
5b90: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
5ba0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
5bb0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
5bc0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
5bd0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
5be0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
5bf0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
5c00: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
5c10: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
5c20: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
5c30: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
5c40: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
5c50: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
5c60: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
5c70: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
5c80: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
5c90: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
5ca0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
5cb0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
5cc0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
5cd0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
5ce0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
5cf0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
5d00: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
5d10: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
5d20: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
5d30: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
5d40: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
5d50: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
5d60: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
5d70: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
5d80: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
5d90: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
5da0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
5db0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
5dc0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
5dd0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
5de0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
5df0: 68 20 68 65 61 64 65 72 73 0a 0a 65 6e 63 6f 64 h headers..encod
5e00: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
5e10: 65 6e 63 6f 64 65 2e 63 20 24 28 53 52 43 44 49 encode.c $(SRCDI
5e20: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
5e30: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
5e40: 65 20 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f e $(SRCDIR)/enco
5e50: 64 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 de.c | sed -f $(
5e60: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
5e70: 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f >encode_.c..enco
5e80: 64 65 2e 6f 3a 09 65 6e 63 6f 64 65 5f 2e 63 20 de.o:.encode_.c
5e90: 65 6e 63 6f 64 65 2e 68 20 20 24 28 53 52 43 44 encode.h $(SRCD
5ea0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
5eb0: 58 54 43 43 29 20 2d 6f 20 65 6e 63 6f 64 65 2e XTCC) -o encode.
5ec0: 6f 20 2d 63 20 65 6e 63 6f 64 65 5f 2e 63 0a 0a o -c encode_.c..
5ed0: 65 6e 63 6f 64 65 2e 68 3a 09 6d 61 6b 65 68 65 encode.h:.makehe
5ee0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
5ef0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
5f00: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
5f10: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
5f20: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
5f30: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
5f40: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
5f50: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
5f60: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
5f70: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
5f80: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
5f90: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
5fa0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
5fb0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
5fc0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
5fd0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
5fe0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
5ff0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
6000: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
6010: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
6020: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
6030: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
6040: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
6050: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
6060: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
6070: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
6080: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
6090: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
60a0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
60b0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
60c0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
60d0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
60e0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
60f0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
6100: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
6110: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
6120: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
6130: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
6140: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
6150: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
6160: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
6170: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
6180: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
6190: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
61a0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
61b0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
61c0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
61d0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
61e0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
61f0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
6200: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
6210: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
6220: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
6230: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
6240: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
6250: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
6260: 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 file_.c:.$(SRCDI
6270: 52 29 2f 66 69 6c 65 2e 63 20 24 28 53 52 43 44 R)/file.c $(SRCD
6280: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
6290: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
62a0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c te $(SRCDIR)/fil
62b0: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
62c0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
62d0: 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a file_.c..file.o:
62e0: 09 66 69 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 .file_.c file.h
62f0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
6300: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
6310: 66 69 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e file.o -c file_.
6320: 63 0a 0a 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 c..file.h:.makeh
6330: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
6340: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
6350: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
6360: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
6370: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
6380: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
6390: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
63a0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
63b0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
63c0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
63d0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
63e0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
63f0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
6400: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
6410: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
6420: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
6430: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
6440: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
6450: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
6460: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
6470: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
6480: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
6490: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
64a0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
64b0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
64c0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
64d0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
64e0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
64f0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
6500: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
6510: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
6520: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
6530: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
6540: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
6550: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
6560: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
6570: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
6580: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
6590: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
65a0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
65b0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
65c0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
65d0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
65e0: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
65f0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
6600: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
6610: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
6620: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
6630: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
6640: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
6650: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
6660: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
6670: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
6680: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
6690: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
66a0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
66b0: 0a 68 74 74 70 5f 2e 63 3a 09 24 28 53 52 43 44 .http_.c:.$(SRCD
66c0: 49 52 29 2f 68 74 74 70 2e 63 20 24 28 53 52 43 IR)/http.c $(SRC
66d0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
66e0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
66f0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 68 74 ate $(SRCDIR)/ht
6700: 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 tp.c | sed -f $(
6710: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
6720: 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 6f >http_.c..http.o
6730: 3a 09 68 74 74 70 5f 2e 63 20 68 74 74 70 2e 68 :.http_.c http.h
6740: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
6750: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
6760: 20 68 74 74 70 2e 6f 20 2d 63 20 68 74 74 70 5f http.o -c http_
6770: 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 6d 61 6b 65 .c..http.h:.make
6780: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
6790: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
67a0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e dd.h bag_.c:bag.
67b0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
67c0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
67d0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
67e0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
67f0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
6800: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
6810: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
6820: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
6830: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
6840: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
6850: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
6860: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
6870: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
6880: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
6890: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
68a0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
68b0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
68c0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
68d0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
68e0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
68f0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
6900: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
6910: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
6920: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
6930: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
6940: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
6950: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
6960: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
6970: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
6980: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
6990: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
69a0: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ivot.h printf_.c
69b0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
69c0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
69d0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
69e0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
69f0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
6a00: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
6a10: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
6a20: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
6a30: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f meline.h update_
6a40: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
6a50: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
6a60: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
6a70: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
6a80: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
6a90: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
6aa0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
6ab0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
6ac0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
6ad0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
6ae0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
6af0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
6b00: 0a 0a 69 6e 66 6f 5f 2e 63 3a 09 24 28 53 52 43 ..info_.c:.$(SRC
6b10: 44 49 52 29 2f 69 6e 66 6f 2e 63 20 24 28 53 52 DIR)/info.c $(SR
6b20: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
6b30: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
6b40: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 69 late $(SRCDIR)/i
6b50: 6e 66 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 nfo.c | sed -f $
6b60: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
6b70: 20 3e 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e >info_.c..info.
6b80: 6f 3a 09 69 6e 66 6f 5f 2e 63 20 69 6e 66 6f 2e o:.info_.c info.
6b90: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
6ba0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
6bb0: 6f 20 69 6e 66 6f 2e 6f 20 2d 63 20 69 6e 66 6f o info.o -c info
6bc0: 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 3a 09 6d 61 6b _.c..info.h:.mak
6bd0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
6be0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
6bf0: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
6c00: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
6c10: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
6c20: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
6c30: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
6c40: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
6c50: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
6c60: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
6c70: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
6c80: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
6c90: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
6ca0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
6cb0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
6cc0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
6cd0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
6ce0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
6cf0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
6d00: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
6d10: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
6d20: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
6d30: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
6d40: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
6d50: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
6d60: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
6d70: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
6d80: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
6d90: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
6da0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
6db0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
6dc0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
6dd0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
6de0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
6df0: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e pivot.h printf_.
6e00: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
6e10: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
6e20: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
6e30: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
6e40: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
6e50: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
6e60: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
6e70: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
6e80: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 imeline.h update
6e90: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
6ea0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
6eb0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
6ec0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
6ed0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
6ee0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
6ef0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
6f00: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
6f10: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
6f20: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
6f30: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
6f40: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
6f50: 73 0a 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53 s..login_.c:.$(S
6f60: 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24 RCDIR)/login.c $
6f70: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
6f80: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
6f90: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
6fa0: 29 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20 )/login.c | sed
6fb0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
6fc0: 53 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a SION >login_.c..
6fd0: 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e login.o:.login_.
6fe0: 63 20 6c 6f 67 69 6e 2e 68 20 20 24 28 53 52 43 c login.h $(SRC
6ff0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
7000: 28 58 54 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e (XTCC) -o login.
7010: 6f 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c o -c login_.c..l
7020: 6f 67 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 ogin.h:.makehead
7030: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
7040: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
7050: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
7060: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
7070: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
7080: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
7090: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
70a0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
70b0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
70c0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
70d0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
70e0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
70f0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
7100: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
7110: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
7120: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
7130: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
7140: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
7150: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
7160: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
7170: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
7180: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
7190: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
71a0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
71b0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
71c0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
71d0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
71e0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
71f0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
7200: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
7210: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
7220: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
7230: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
7240: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
7250: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
7260: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
7270: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
7280: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
7290: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
72a0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
72b0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
72c0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
72d0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
72e0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
72f0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
7300: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
7310: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
7320: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
7330: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
7340: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
7350: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
7360: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
7370: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
7380: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
7390: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
73a0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 ouch headers..ma
73b0: 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 in_.c:.$(SRCDIR)
73c0: 2f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44 49 52 /main.c $(SRCDIR
73d0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
73e0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
73f0: 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e $(SRCDIR)/main.
7400: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
7410: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 DIR)/VERSION >ma
7420: 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d in_.c..main.o:.m
7430: 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20 70 61 ain_.c main.h pa
7440: 67 65 5f 69 6e 64 65 78 2e 68 20 24 28 53 52 43 ge_index.h $(SRC
7450: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
7460: 28 58 54 43 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f (XTCC) -o main.o
7470: 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 -c main_.c..mai
7480: 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 n.h:.makeheaders
7490: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
74a0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
74b0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
74c0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
74d0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
74e0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
74f0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
7500: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
7510: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
7520: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
7530: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
7540: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
7550: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
7560: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
7570: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
7580: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
7590: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
75a0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
75b0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
75c0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
75d0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
75e0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
75f0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
7600: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
7610: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
7620: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
7630: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
7640: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
7650: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
7660: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
7670: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
7680: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
7690: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
76a0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
76b0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
76c0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
76d0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
76e0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
76f0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
7700: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
7710: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
7720: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
7730: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
7740: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
7750: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
7760: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
7770: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
7780: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
7790: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
77a0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
77b0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
77c0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
77d0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
77e0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
77f0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
7800: 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 66 h headers..manif
7810: 65 73 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 est_.c:.$(SRCDIR
7820: 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 53 )/manifest.c $(S
7830: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
7840: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
7850: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
7860: 6d 61 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 64 manifest.c | sed
7870: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
7880: 52 53 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 5f RSION >manifest_
7890: 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a 09 .c..manifest.o:.
78a0: 6d 61 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e 69 manifest_.c mani
78b0: 66 65 73 74 2e 68 20 20 24 28 53 52 43 44 49 52 fest.h $(SRCDIR
78c0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
78d0: 43 43 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 2e CC) -o manifest.
78e0: 6f 20 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e 63 o -c manifest_.c
78f0: 0a 0a 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d 61 ..manifest.h:.ma
7900: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
7910: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
7920: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
7930: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
7940: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
7950: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
7960: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
7970: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
7980: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
7990: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
79a0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
79b0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
79c0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
79d0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
79e0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
79f0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
7a00: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
7a10: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
7a20: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
7a30: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
7a40: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
7a50: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
7a60: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
7a70: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
7a80: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
7a90: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
7aa0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
7ab0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
7ac0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
7ad0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
7ae0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
7af0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
7b00: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
7b10: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
7b20: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
7b30: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
7b40: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
7b50: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
7b60: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
7b70: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
7b80: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
7b90: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
7ba0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
7bb0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
7bc0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
7bd0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
7be0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
7bf0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
7c00: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
7c10: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
7c20: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
7c30: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
7c40: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
7c50: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
7c60: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
7c70: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
7c80: 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53 52 rs..md5_.c:.$(SR
7c90: 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53 52 CDIR)/md5.c $(SR
7ca0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
7cb0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
7cc0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
7cd0: 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 d5.c | sed -f $(
7ce0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
7cf0: 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a 09 >md5_.c..md5.o:.
7d00: 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24 28 md5_.c md5.h $(
7d10: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
7d20: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64 35 ..$(XTCC) -o md5
7d30: 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d 64 .o -c md5_.c..md
7d40: 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 5.h:.makeheaders
7d50: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
7d60: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
7d70: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
7d80: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
7d90: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
7da0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
7db0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
7dc0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
7dd0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
7de0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
7df0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
7e00: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
7e10: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
7e20: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
7e30: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
7e40: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
7e50: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
7e60: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
7e70: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
7e80: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
7e90: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
7ea0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
7eb0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
7ec0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
7ed0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
7ee0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
7ef0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
7f00: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
7f10: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
7f20: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
7f30: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
7f40: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
7f50: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
7f60: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
7f70: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
7f80: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
7f90: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
7fa0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
7fb0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
7fc0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
7fd0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
7fe0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
7ff0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
8000: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
8010: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
8020: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
8030: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
8040: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
8050: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
8060: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
8070: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
8080: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
8090: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
80a0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
80b0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
80c0: 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 h headers..merge
80d0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d _.c:.$(SRCDIR)/m
80e0: 65 72 67 65 2e 63 20 24 28 53 52 43 44 49 52 29 erge.c $(SRCDIR)
80f0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
8100: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
8110: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e $(SRCDIR)/merge.
8120: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
8130: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 DIR)/VERSION >me
8140: 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 6f 3a rge_.c..merge.o:
8150: 09 6d 65 72 67 65 5f 2e 63 20 6d 65 72 67 65 2e .merge_.c merge.
8160: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
8170: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
8180: 6f 20 6d 65 72 67 65 2e 6f 20 2d 63 20 6d 65 72 o merge.o -c mer
8190: 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 68 3a 09 ge_.c..merge.h:.
81a0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
81b0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
81c0: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
81d0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
81e0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
81f0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
8200: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
8210: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
8220: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
8230: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
8240: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
8250: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
8260: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
8270: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
8280: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
8290: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
82a0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
82b0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
82c0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
82d0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
82e0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
82f0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
8300: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
8310: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
8320: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
8330: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
8340: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
8350: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
8360: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
8370: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
8380: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
8390: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
83a0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
83b0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
83c0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
83d0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
83e0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
83f0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
8400: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
8410: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
8420: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
8430: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
8440: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
8450: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
8460: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
8470: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
8480: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
8490: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
84a0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
84b0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
84c0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
84d0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
84e0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
84f0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
8500: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
8510: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
8520: 64 65 72 73 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a ders..merge3_.c:
8530: 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 .$(SRCDIR)/merge
8540: 33 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 3.c $(SRCDIR)/VE
8550: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
8560: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
8570: 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 RCDIR)/merge3.c
8580: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
8590: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 R)/VERSION >merg
85a0: 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a e3_.c..merge3.o:
85b0: 09 6d 65 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 .merge3_.c merge
85c0: 33 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 3.h $(SRCDIR)/c
85d0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
85e0: 20 2d 6f 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 -o merge3.o -c
85f0: 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 merge3_.c..merge
8600: 33 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 3.h:.makeheaders
8610: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
8620: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
8630: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
8640: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
8650: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
8660: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
8670: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
8680: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
8690: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
86a0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
86b0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
86c0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
86d0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
86e0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
86f0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
8700: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
8710: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
8720: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
8730: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
8740: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
8750: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
8760: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
8770: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
8780: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
8790: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
87a0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
87b0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
87c0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
87d0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
87e0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
87f0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
8800: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
8810: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
8820: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
8830: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
8840: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
8850: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
8860: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
8870: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
8880: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
8890: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
88a0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
88b0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
88c0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
88d0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
88e0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
88f0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
8900: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
8910: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
8920: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
8930: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
8940: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
8950: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
8960: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
8970: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
8980: 68 20 68 65 61 64 65 72 73 0a 0a 6e 61 6d 65 5f h headers..name_
8990: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6e 61 .c:.$(SRCDIR)/na
89a0: 6d 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 me.c $(SRCDIR)/V
89b0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
89c0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
89d0: 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 7c SRCDIR)/name.c |
89e0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
89f0: 29 2f 56 45 52 53 49 4f 4e 20 3e 6e 61 6d 65 5f )/VERSION >name_
8a00: 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 6d 65 .c..name.o:.name
8a10: 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 24 28 53 52 _.c name.h $(SR
8a20: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
8a30: 24 28 58 54 43 43 29 20 2d 6f 20 6e 61 6d 65 2e $(XTCC) -o name.
8a40: 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 o -c name_.c..na
8a50: 6d 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 me.h:.makeheader
8a60: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
8a70: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
8a80: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
8a90: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
8aa0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
8ab0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
8ac0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
8ad0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
8ae0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
8af0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
8b00: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
8b10: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
8b20: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
8b30: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
8b40: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
8b50: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
8b60: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
8b70: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
8b80: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
8b90: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
8ba0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
8bb0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
8bc0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
8bd0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
8be0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
8bf0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
8c00: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
8c10: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
8c20: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
8c30: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
8c40: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
8c50: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
8c60: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
8c70: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
8c80: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
8c90: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
8ca0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
8cb0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
8cc0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
8cd0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
8ce0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
8cf0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
8d00: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
8d10: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
8d20: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
8d30: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
8d40: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
8d50: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
8d60: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
8d70: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
8d80: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
8d90: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
8da0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
8db0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
8dc0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
8dd0: 63 68 20 68 65 61 64 65 72 73 0a 0a 70 69 76 6f ch headers..pivo
8de0: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f t_.c:.$(SRCDIR)/
8df0: 70 69 76 6f 74 2e 63 20 24 28 53 52 43 44 49 52 pivot.c $(SRCDIR
8e00: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
8e10: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
8e20: 20 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 $(SRCDIR)/pivot
8e30: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
8e40: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 CDIR)/VERSION >p
8e50: 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 6f ivot_.c..pivot.o
8e60: 3a 09 70 69 76 6f 74 5f 2e 63 20 70 69 76 6f 74 :.pivot_.c pivot
8e70: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
8e80: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
8e90: 2d 6f 20 70 69 76 6f 74 2e 6f 20 2d 63 20 70 69 -o pivot.o -c pi
8ea0: 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 68 3a vot_.c..pivot.h:
8eb0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
8ec0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
8ed0: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
8ee0: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
8ef0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 lob.h cgi_.c:cgi
8f00: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
8f10: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
8f20: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
8f30: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
8f40: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
8f50: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
8f60: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
8f70: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
8f80: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
8f90: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
8fa0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
8fb0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
8fc0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
8fd0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
8fe0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
8ff0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
9000: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
9010: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
9020: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
9030: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
9040: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
9050: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
9060: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
9070: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
9080: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
9090: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
90a0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
90b0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
90c0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
90d0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e _.c:pivot.h prin
90e0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
90f0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
9100: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
9110: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
9120: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
9130: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
9140: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
9150: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f sync.h timeline_
9160: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 .c:timeline.h up
9170: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
9180: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
9190: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
91a0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
91b0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
91c0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
91d0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
91e0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
91f0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
9200: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
9210: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
9220: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
9230: 61 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e 63 aders..printf_.c
9240: 3a 09 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e :.$(SRCDIR)/prin
9250: 74 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 tf.c $(SRCDIR)/V
9260: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
9270: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
9280: 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 SRCDIR)/printf.c
9290: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
92a0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72 69 IR)/VERSION >pri
92b0: 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f ntf_.c..printf.o
92c0: 3a 09 70 72 69 6e 74 66 5f 2e 63 20 70 72 69 6e :.printf_.c prin
92d0: 74 66 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f tf.h $(SRCDIR)/
92e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
92f0: 29 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d 63 ) -o printf.o -c
9300: 20 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e printf_.c..prin
9310: 74 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 tf.h:.makeheader
9320: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
9330: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
9340: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
9350: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
9360: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
9370: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
9380: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
9390: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
93a0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
93b0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
93c0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
93d0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
93e0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
93f0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
9400: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
9410: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
9420: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
9430: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
9440: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
9450: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
9460: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
9470: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
9480: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
9490: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
94a0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
94b0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
94c0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
94d0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
94e0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
94f0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
9500: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
9510: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
9520: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
9530: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
9540: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
9550: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
9560: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
9570: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
9580: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
9590: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
95a0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
95b0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
95c0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
95d0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
95e0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
95f0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
9600: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
9610: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
9620: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
9630: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
9640: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
9650: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
9660: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
9670: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
9680: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
9690: 63 68 20 68 65 61 64 65 72 73 0a 0a 72 65 62 75 ch headers..rebu
96a0: 69 6c 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ild_.c:.$(SRCDIR
96b0: 29 2f 72 65 62 75 69 6c 64 2e 63 20 24 28 53 52 )/rebuild.c $(SR
96c0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
96d0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
96e0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 late $(SRCDIR)/r
96f0: 65 62 75 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d ebuild.c | sed -
9700: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
9710: 49 4f 4e 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a ION >rebuild_.c.
9720: 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 .rebuild.o:.rebu
9730: 69 6c 64 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 ild_.c rebuild.h
9740: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
9750: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
9760: 20 72 65 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 rebuild.o -c re
9770: 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c build_.c..rebuil
9780: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 d.h:.makeheaders
9790: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
97a0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
97b0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
97c0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
97d0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
97e0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
97f0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
9800: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
9810: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
9820: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
9830: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
9840: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
9850: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
9860: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
9870: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
9880: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
9890: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
98a0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
98b0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
98c0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
98d0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
98e0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
98f0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
9900: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
9910: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
9920: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
9930: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
9940: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
9950: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
9960: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
9970: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
9980: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
9990: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
99a0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
99b0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
99c0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
99d0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
99e0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
99f0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
9a00: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
9a10: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
9a20: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
9a30: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
9a40: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
9a50: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
9a60: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
9a70: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
9a80: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
9a90: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
9aa0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
9ab0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
9ac0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
9ad0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
9ae0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
9af0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
9b00: 68 20 68 65 61 64 65 72 73 0a 0a 73 63 68 65 6d h headers..schem
9b10: 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f a_.c:.$(SRCDIR)/
9b20: 73 63 68 65 6d 61 2e 63 20 24 28 53 52 43 44 49 schema.c $(SRCDI
9b30: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
9b40: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
9b50: 65 20 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 e $(SRCDIR)/sche
9b60: 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 ma.c | sed -f $(
9b70: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
9b80: 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 >schema_.c..sche
9b90: 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f 2e 63 20 ma.o:.schema_.c
9ba0: 73 63 68 65 6d 61 2e 68 20 20 24 28 53 52 43 44 schema.h $(SRCD
9bb0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
9bc0: 58 54 43 43 29 20 2d 6f 20 73 63 68 65 6d 61 2e XTCC) -o schema.
9bd0: 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e 63 0a 0a o -c schema_.c..
9be0: 73 63 68 65 6d 61 2e 68 3a 09 6d 61 6b 65 68 65 schema.h:.makehe
9bf0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
9c00: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
9c10: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
9c20: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
9c30: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
9c40: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
9c50: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
9c60: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
9c70: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
9c80: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
9c90: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
9ca0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
9cb0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
9cc0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
9cd0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
9ce0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
9cf0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
9d00: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
9d10: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
9d20: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
9d30: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
9d40: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
9d50: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
9d60: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
9d70: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
9d80: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
9d90: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
9da0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
9db0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
9dc0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
9dd0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
9de0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
9df0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
9e00: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
9e10: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
9e20: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
9e30: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
9e40: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
9e50: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
9e60: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
9e70: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
9e80: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
9e90: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
9ea0: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
9eb0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
9ec0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
9ed0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
9ee0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
9ef0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
9f00: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
9f10: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
9f20: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
9f30: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
9f40: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
9f50: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
9f60: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
9f70: 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52 43 44 setup_.c:.$(SRCD
9f80: 49 52 29 2f 73 65 74 75 70 2e 63 20 24 28 53 52 IR)/setup.c $(SR
9f90: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
9fa0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
9fb0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 late $(SRCDIR)/s
9fc0: 65 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 etup.c | sed -f
9fd0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
9fe0: 4e 20 3e 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 N >setup_.c..set
9ff0: 75 70 2e 6f 3a 09 73 65 74 75 70 5f 2e 63 20 73 up.o:.setup_.c s
a000: 65 74 75 70 2e 68 20 20 24 28 53 52 43 44 49 52 etup.h $(SRCDIR
a010: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
a020: 43 43 29 20 2d 6f 20 73 65 74 75 70 2e 6f 20 2d CC) -o setup.o -
a030: 63 20 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 c setup_.c..setu
a040: 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 p.h:.makeheaders
a050: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
a060: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
a070: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
a080: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
a090: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
a0a0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
a0b0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
a0c0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
a0d0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
a0e0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
a0f0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
a100: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
a110: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
a120: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
a130: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
a140: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
a150: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
a160: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
a170: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
a180: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
a190: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
a1a0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
a1b0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
a1c0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
a1d0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
a1e0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
a1f0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
a200: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
a210: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
a220: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
a230: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
a240: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
a250: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
a260: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
a270: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
a280: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
a290: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
a2a0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
a2b0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
a2c0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
a2d0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
a2e0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c _.c:sync.h timel
a2f0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
a300: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
a310: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
a320: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
a330: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
a340: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
a350: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
a360: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
a370: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
a380: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
a390: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
a3a0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
a3b0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
a3c0: 68 20 68 65 61 64 65 72 73 0a 0a 73 68 61 31 5f h headers..sha1_
a3d0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68 .c:.$(SRCDIR)/sh
a3e0: 61 31 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 a1.c $(SRCDIR)/V
a3f0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
a400: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
a410: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c SRCDIR)/sha1.c |
a420: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
a430: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f )/VERSION >sha1_
a440: 2e 63 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31 .c..sha1.o:.sha1
a450: 5f 2e 63 20 73 68 61 31 2e 68 20 20 24 28 53 52 _.c sha1.h $(SR
a460: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
a470: 24 28 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e $(XTCC) -o sha1.
a480: 6f 20 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68 o -c sha1_.c..sh
a490: 61 31 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 a1.h:.makeheader
a4a0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
a4b0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
a4c0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
a4d0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
a4e0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
a4f0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
a500: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
a510: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
a520: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
a530: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
a540: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
a550: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
a560: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
a570: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
a580: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
a590: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
a5a0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
a5b0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
a5c0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
a5d0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
a5e0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
a5f0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
a600: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
a610: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
a620: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
a630: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
a640: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
a650: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
a660: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
a670: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
a680: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
a690: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
a6a0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
a6b0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
a6c0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
a6d0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
a6e0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
a6f0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
a700: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
a710: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
a720: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
a730: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
a740: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
a750: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
a760: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
a770: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
a780: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
a790: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
a7a0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
a7b0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
a7c0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
a7d0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
a7e0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
a7f0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
a800: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
a810: 63 68 20 68 65 61 64 65 72 73 0a 0a 73 74 79 6c ch headers..styl
a820: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
a830: 73 74 79 6c 65 2e 63 20 24 28 53 52 43 44 49 52 style.c $(SRCDIR
a840: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
a850: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
a860: 20 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 $(SRCDIR)/style
a870: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
a880: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 CDIR)/VERSION >s
a890: 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 6f tyle_.c..style.o
a8a0: 3a 09 73 74 79 6c 65 5f 2e 63 20 73 74 79 6c 65 :.style_.c style
a8b0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
a8c0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
a8d0: 2d 6f 20 73 74 79 6c 65 2e 6f 20 2d 63 20 73 74 -o style.o -c st
a8e0: 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 68 3a yle_.c..style.h:
a8f0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
a900: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
a910: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
a920: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
a930: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 lob.h cgi_.c:cgi
a940: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
a950: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
a960: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
a970: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
a980: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
a990: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
a9a0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
a9b0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
a9c0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
a9d0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
a9e0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
a9f0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
aa00: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
aa10: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
aa20: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
aa30: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
aa40: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
aa50: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
aa60: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
aa70: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
aa80: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
aa90: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
aaa0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
aab0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
aac0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
aad0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
aae0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
aaf0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
ab00: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
ab10: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e _.c:pivot.h prin
ab20: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
ab30: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
ab40: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
ab50: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
ab60: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
ab70: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
ab80: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
ab90: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f sync.h timeline_
aba0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 .c:timeline.h up
abb0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
abc0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
abd0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
abe0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
abf0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
ac00: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
ac10: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
ac20: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
ac30: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
ac40: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
ac50: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
ac60: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
ac70: 61 64 65 72 73 0a 0a 73 79 6e 63 5f 2e 63 3a 09 aders..sync_.c:.
ac80: 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 $(SRCDIR)/sync.c
ac90: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
aca0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
acb0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
acc0: 49 52 29 2f 73 79 6e 63 2e 63 20 7c 20 73 65 64 IR)/sync.c | sed
acd0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
ace0: 52 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e 63 0a 0a RSION >sync_.c..
acf0: 73 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f 2e 63 20 sync.o:.sync_.c
ad00: 73 79 6e 63 2e 68 20 20 24 28 53 52 43 44 49 52 sync.h $(SRCDIR
ad10: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
ad20: 43 43 29 20 2d 6f 20 73 79 6e 63 2e 6f 20 2d 63 CC) -o sync.o -c
ad30: 20 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 68 sync_.c..sync.h
ad40: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
ad50: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
ad60: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
ad70: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
ad80: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
ad90: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
ada0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
adb0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
adc0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
add0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
ade0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
adf0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
ae00: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
ae10: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
ae20: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
ae30: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
ae40: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
ae50: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
ae60: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
ae70: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
ae80: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
ae90: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
aea0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
aeb0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
aec0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
aed0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
aee0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
aef0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
af00: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
af10: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
af20: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
af30: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
af40: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
af50: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
af60: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
af70: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
af80: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
af90: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
afa0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
afb0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
afc0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
afd0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
afe0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
aff0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
b000: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
b010: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
b020: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
b030: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
b040: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
b050: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
b060: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
b070: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
b080: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
b090: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
b0a0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
b0b0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
b0c0: 65 61 64 65 72 73 0a 0a 74 69 6d 65 6c 69 6e 65 eaders..timeline
b0d0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 _.c:.$(SRCDIR)/t
b0e0: 69 6d 65 6c 69 6e 65 2e 63 20 24 28 53 52 43 44 imeline.c $(SRCD
b0f0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
b100: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
b110: 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d te $(SRCDIR)/tim
b120: 65 6c 69 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 eline.c | sed -f
b130: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
b140: 4f 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a ON >timeline_.c.
b150: 0a 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d .timeline.o:.tim
b160: 65 6c 69 6e 65 5f 2e 63 20 74 69 6d 65 6c 69 6e eline_.c timelin
b170: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 e.h $(SRCDIR)/c
b180: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
b190: 20 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d -o timeline.o -
b1a0: 63 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 c timeline_.c..t
b1b0: 69 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61 6b 65 68 imeline.h:.makeh
b1c0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
b1d0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
b1e0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
b1f0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
b200: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
b210: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
b220: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
b230: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
b240: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
b250: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
b260: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
b270: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
b280: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
b290: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
b2a0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
b2b0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
b2c0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
b2d0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
b2e0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
b2f0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
b300: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
b310: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
b320: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
b330: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
b340: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
b350: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
b360: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
b370: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
b380: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
b390: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
b3a0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
b3b0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
b3c0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
b3d0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
b3e0: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
b3f0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
b400: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
b410: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
b420: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
b430: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
b440: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
b450: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
b460: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
b470: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
b480: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
b490: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
b4a0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
b4b0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
b4c0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
b4d0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
b4e0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
b4f0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
b500: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
b510: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
b520: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
b530: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
b540: 0a 75 70 64 61 74 65 5f 2e 63 3a 09 24 28 53 52 .update_.c:.$(SR
b550: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 24 CDIR)/update.c $
b560: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
b570: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
b580: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
b590: 29 2f 75 70 64 61 74 65 2e 63 20 7c 20 73 65 64 )/update.c | sed
b5a0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
b5b0: 52 53 49 4f 4e 20 3e 75 70 64 61 74 65 5f 2e 63 RSION >update_.c
b5c0: 0a 0a 75 70 64 61 74 65 2e 6f 3a 09 75 70 64 61 ..update.o:.upda
b5d0: 74 65 5f 2e 63 20 75 70 64 61 74 65 2e 68 20 20 te_.c update.h
b5e0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
b5f0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 .h..$(XTCC) -o u
b600: 70 64 61 74 65 2e 6f 20 2d 63 20 75 70 64 61 74 pdate.o -c updat
b610: 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 68 3a 09 e_.c..update.h:.
b620: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
b630: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
b640: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
b650: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
b660: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
b670: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
b680: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
b690: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
b6a0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
b6b0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
b6c0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
b6d0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
b6e0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
b6f0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
b700: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
b710: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
b720: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
b730: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
b740: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
b750: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
b760: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
b770: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
b780: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
b790: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
b7a0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
b7b0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
b7c0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
b7d0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
b7e0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
b7f0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
b800: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
b810: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
b820: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
b830: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
b840: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
b850: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
b860: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
b870: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
b880: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
b890: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
b8a0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
b8b0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
b8c0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
b8d0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
b8e0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
b8f0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
b900: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
b910: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
b920: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
b930: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
b940: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
b950: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
b960: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
b970: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
b980: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
b990: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
b9a0: 64 65 72 73 0a 0a 75 72 6c 5f 2e 63 3a 09 24 28 ders..url_.c:.$(
b9b0: 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 24 28 SRCDIR)/url.c $(
b9c0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
b9d0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
b9e0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
b9f0: 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20 2d 66 20 /url.c | sed -f
ba00: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
ba10: 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f N >url_.c..url.o
ba20: 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 :.url_.c url.h
ba30: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
ba40: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 .h..$(XTCC) -o u
ba50: 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a rl.o -c url_.c..
ba60: 75 72 6c 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 url.h:.makeheade
ba70: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
ba80: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
ba90: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
baa0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f b_.c:blob.h cgi_
bab0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
bac0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
bad0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
bae0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
baf0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
bb00: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
bb10: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
bb20: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
bb30: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
bb40: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
bb50: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
bb60: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
bb70: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
bb80: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
bb90: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
bba0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
bbb0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
bbc0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
bbd0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
bbe0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
bbf0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
bc00: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
bc10: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
bc20: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
bc30: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
bc40: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
bc50: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
bc60: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
bc70: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
bc80: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
bc90: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
bca0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
bcb0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
bcc0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
bcd0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
bce0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
bcf0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
bd00: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d nc_.c:sync.h tim
bd10: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
bd20: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 e.h update_.c:up
bd30: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
bd40: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
bd50: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
bd60: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
bd70: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
bd80: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
bd90: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
bda0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
bdb0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
bdc0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
bdd0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
bde0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 73 65 uch headers..use
bdf0: 72 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f r_.c:.$(SRCDIR)/
be00: 75 73 65 72 2e 63 20 24 28 53 52 43 44 49 52 29 user.c $(SRCDIR)
be10: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
be20: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
be30: 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 $(SRCDIR)/user.c
be40: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
be50: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65 IR)/VERSION >use
be60: 72 5f 2e 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73 r_.c..user.o:.us
be70: 65 72 5f 2e 63 20 75 73 65 72 2e 68 20 20 24 28 er_.c user.h $(
be80: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
be90: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 73 65 ..$(XTCC) -o use
bea0: 72 2e 6f 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a r.o -c user_.c..
beb0: 75 73 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 user.h:.makehead
bec0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
bed0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
bee0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
bef0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
bf00: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
bf10: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
bf20: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
bf30: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
bf40: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
bf50: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
bf60: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
bf70: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
bf80: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
bf90: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
bfa0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
bfb0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
bfc0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
bfd0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
bfe0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
bff0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
c000: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
c010: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
c020: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
c030: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
c040: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
c050: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
c060: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
c070: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
c080: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
c090: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
c0a0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
c0b0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
c0c0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
c0d0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
c0e0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
c0f0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
c100: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
c110: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
c120: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
c130: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
c140: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
c150: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
c160: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
c170: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
c180: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
c190: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
c1a0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
c1b0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
c1c0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
c1d0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
c1e0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
c1f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
c200: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
c210: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
c220: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
c230: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76 65 ouch headers..ve
c240: 72 69 66 79 5f 2e 63 3a 09 24 28 53 52 43 44 49 rify_.c:.$(SRCDI
c250: 52 29 2f 76 65 72 69 66 79 2e 63 20 24 28 53 52 R)/verify.c $(SR
c260: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
c270: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
c280: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 late $(SRCDIR)/v
c290: 65 72 69 66 79 2e 63 20 7c 20 73 65 64 20 2d 66 erify.c | sed -f
c2a0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
c2b0: 4f 4e 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a 76 ON >verify_.c..v
c2c0: 65 72 69 66 79 2e 6f 3a 09 76 65 72 69 66 79 5f erify.o:.verify_
c2d0: 2e 63 20 76 65 72 69 66 79 2e 68 20 20 24 28 53 .c verify.h $(S
c2e0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
c2f0: 09 24 28 58 54 43 43 29 20 2d 6f 20 76 65 72 69 .$(XTCC) -o veri
c300: 66 79 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f 2e fy.o -c verify_.
c310: 63 0a 0a 76 65 72 69 66 79 2e 68 3a 09 6d 61 6b c..verify.h:.mak
c320: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
c330: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
c340: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
c350: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
c360: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
c370: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
c380: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
c390: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
c3a0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
c3b0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
c3c0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
c3d0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
c3e0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
c3f0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
c400: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
c410: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
c420: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
c430: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
c440: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
c450: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
c460: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
c470: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
c480: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
c490: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
c4a0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
c4b0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
c4c0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
c4d0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
c4e0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
c4f0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
c500: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
c510: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
c520: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
c530: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
c540: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e pivot.h printf_.
c550: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
c560: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
c570: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
c580: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
c590: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
c5a0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
c5b0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
c5c0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
c5d0: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 imeline.h update
c5e0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
c5f0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
c600: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
c610: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
c620: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
c630: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
c640: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
c650: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
c660: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
c670: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
c680: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
c690: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
c6a0: 73 0a 0a 76 66 69 6c 65 5f 2e 63 3a 09 24 28 53 s..vfile_.c:.$(S
c6b0: 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 24 RCDIR)/vfile.c $
c6c0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
c6d0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
c6e0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
c6f0: 29 2f 76 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 )/vfile.c | sed
c700: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
c710: 53 49 4f 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a SION >vfile_.c..
c720: 76 66 69 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e vfile.o:.vfile_.
c730: 63 20 76 66 69 6c 65 2e 68 20 20 24 28 53 52 43 c vfile.h $(SRC
c740: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
c750: 28 58 54 43 43 29 20 2d 6f 20 76 66 69 6c 65 2e (XTCC) -o vfile.
c760: 6f 20 2d 63 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 o -c vfile_.c..v
c770: 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 file.h:.makehead
c780: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
c790: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
c7a0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
c7b0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
c7c0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
c7d0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
c7e0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
c7f0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
c800: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
c810: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
c820: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
c830: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
c840: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
c850: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
c860: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
c870: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
c880: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
c890: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
c8a0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
c8b0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
c8c0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
c8d0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
c8e0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
c8f0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
c900: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
c910: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
c920: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
c930: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
c940: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
c950: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
c960: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
c970: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
c980: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
c990: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
c9a0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
c9b0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
c9c0: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
c9d0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
c9e0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
c9f0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
ca00: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
ca10: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
ca20: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
ca30: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
ca40: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
ca50: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
ca60: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
ca70: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
ca80: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
ca90: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
caa0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
cab0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
cac0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
cad0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
cae0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
caf0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 77 69 ouch headers..wi
cb00: 6b 69 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 ki_.c:.$(SRCDIR)
cb10: 2f 77 69 6b 69 2e 63 20 24 28 53 52 43 44 49 52 /wiki.c $(SRCDIR
cb20: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
cb30: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
cb40: 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e $(SRCDIR)/wiki.
cb50: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
cb60: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 DIR)/VERSION >wi
cb70: 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 6f 3a 09 77 ki_.c..wiki.o:.w
cb80: 69 6b 69 5f 2e 63 20 77 69 6b 69 2e 68 20 20 24 iki_.c wiki.h $
cb90: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
cba0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 77 69 h..$(XTCC) -o wi
cbb0: 6b 69 2e 6f 20 2d 63 20 77 69 6b 69 5f 2e 63 0a ki.o -c wiki_.c.
cbc0: 0a 77 69 6b 69 2e 68 3a 09 6d 61 6b 65 68 65 61 .wiki.h:.makehea
cbd0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
cbe0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
cbf0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
cc00: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 lob_.c:blob.h cg
cc10: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
cc20: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
cc30: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
cc40: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
cc50: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
cc60: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
cc70: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
cc80: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
cc90: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
cca0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
ccb0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
ccc0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
ccd0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
cce0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
ccf0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
cd00: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
cd10: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
cd20: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
cd30: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
cd40: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
cd50: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
cd60: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
cd70: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
cd80: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
cd90: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
cda0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
cdb0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
cdc0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
cdd0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 3.h name_.c:name
cde0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
cdf0: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 t.h printf_.c:pr
ce00: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
ce10: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
ce20: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
ce30: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
ce40: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
ce50: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
ce60: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
ce70: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
ce80: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ine.h update_.c:
ce90: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
cea0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
ceb0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
cec0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
ced0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
cee0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
cef0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
cf00: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
cf10: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
cf20: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
cf30: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
cf40: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 77 touch headers..w
cf50: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 ikiformat_.c:.$(
cf60: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d SRCDIR)/wikiform
cf70: 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 at.c $(SRCDIR)/V
cf80: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
cf90: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
cfa0: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d SRCDIR)/wikiform
cfb0: 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 at.c | sed -f $(
cfc0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
cfd0: 3e 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a >wikiformat_.c..
cfe0: 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 3a 09 77 69 wikiformat.o:.wi
cff0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 77 69 6b 69 kiformat_.c wiki
d000: 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44 format.h $(SRCD
d010: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
d020: 58 54 43 43 29 20 2d 6f 20 77 69 6b 69 66 6f 72 XTCC) -o wikifor
d030: 6d 61 74 2e 6f 20 2d 63 20 77 69 6b 69 66 6f 72 mat.o -c wikifor
d040: 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d mat_.c..wikiform
d050: 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 at.h:.makeheader
d060: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
d070: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
d080: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
d090: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
d0a0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
d0b0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
d0c0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
d0d0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
d0e0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
d0f0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
d100: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
d110: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
d120: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
d130: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
d140: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
d150: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
d160: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
d170: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
d180: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
d190: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
d1a0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
d1b0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
d1c0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
d1d0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
d1e0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
d1f0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
d200: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
d210: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
d220: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
d230: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
d240: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
d250: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
d260: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
d270: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
d280: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
d290: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
d2a0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
d2b0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
d2c0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
d2d0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
d2e0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
d2f0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
d300: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
d310: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
d320: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
d330: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
d340: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
d350: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
d360: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
d370: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
d380: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
d390: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
d3a0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
d3b0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
d3c0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
d3d0: 63 68 20 68 65 61 64 65 72 73 0a 0a 78 66 65 72 ch headers..xfer
d3e0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 78 _.c:.$(SRCDIR)/x
d3f0: 66 65 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f fer.c $(SRCDIR)/
d400: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
d410: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
d420: 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 (SRCDIR)/xfer.c
d430: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
d440: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 78 66 65 72 R)/VERSION >xfer
d450: 5f 2e 63 0a 0a 78 66 65 72 2e 6f 3a 09 78 66 65 _.c..xfer.o:.xfe
d460: 72 5f 2e 63 20 78 66 65 72 2e 68 20 20 24 28 53 r_.c xfer.h $(S
d470: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
d480: 09 24 28 58 54 43 43 29 20 2d 6f 20 78 66 65 72 .$(XTCC) -o xfer
d490: 2e 6f 20 2d 63 20 78 66 65 72 5f 2e 63 0a 0a 78 .o -c xfer_.c..x
d4a0: 66 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 fer.h:.makeheade
d4b0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
d4c0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
d4d0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
d4e0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f b_.c:blob.h cgi_
d4f0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
d500: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
d510: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
d520: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
d530: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
d540: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
d550: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
d560: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
d570: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
d580: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
d590: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
d5a0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
d5b0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
d5c0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
d5d0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
d5e0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
d5f0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
d600: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
d610: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
d620: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
d630: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
d640: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
d650: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
d660: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
d670: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
d680: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
d690: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
d6a0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
d6b0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
d6c0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
d6d0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
d6e0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
d6f0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
d700: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
d710: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
d720: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
d730: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
d740: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d nc_.c:sync.h tim
d750: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
d760: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 e.h update_.c:up
d770: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
d780: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
d790: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
d7a0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
d7b0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
d7c0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
d7d0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
d7e0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
d7f0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
d800: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
d810: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
d820: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 7a 69 70 uch headers..zip
d830: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 7a _.c:.$(SRCDIR)/z
d840: 69 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ip.c $(SRCDIR)/V
d850: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
d860: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
d870: 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c 20 SRCDIR)/zip.c |
d880: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
d890: 2f 56 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e 63 /VERSION >zip_.c
d8a0: 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 20 ..zip.o:.zip_.c
d8b0: 7a 69 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 zip.h $(SRCDIR)
d8c0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
d8d0: 43 29 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 7a C) -o zip.o -c z
d8e0: 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d 61 ip_.c..zip.h:.ma
d8f0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
d900: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
d910: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
d920: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
d930: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
d940: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
d950: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
d960: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
d970: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
d980: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
d990: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
d9a0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
d9b0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
d9c0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
d9d0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
d9e0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
d9f0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
da00: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
da10: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
da20: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
da30: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
da40: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
da50: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
da60: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
da70: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
da80: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
da90: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
daa0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
dab0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
dac0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
dad0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
dae0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
daf0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
db00: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
db10: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
db20: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
db30: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
db40: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
db50: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
db60: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
db70: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
db80: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
db90: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
dba0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
dbb0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
dbc0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
dbd0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
dbe0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
dbf0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
dc00: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
dc10: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
dc20: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
dc30: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
dc40: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
dc50: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
dc60: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
dc70: 72 73 0a 0a 73 71 6c 69 74 65 33 2e 6f 3a 09 24 rs..sqlite3.o:.$
dc80: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
dc90: 2e 63 0a 09 24 28 58 54 43 43 29 20 2d 44 53 51 .c..$(XTCC) -DSQ
dca0: 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f 41 44 5f 45 LITE_OMIT_LOAD_E
dcb0: 58 54 45 4e 53 49 4f 4e 3d 31 20 2d 44 53 51 4c XTENSION=1 -DSQL
dcc0: 49 54 45 5f 50 52 49 56 41 54 45 3d 20 2d 44 54 ITE_PRIVATE= -DT
dcd0: 48 52 45 41 44 53 41 46 45 3d 30 20 2d 44 53 51 HREADSAFE=0 -DSQ
dce0: 4c 49 54 45 5f 44 45 46 41 55 4c 54 5f 46 49 4c LITE_DEFAULT_FIL
dcf0: 45 5f 46 4f 52 4d 41 54 3d 34 20 2d 63 20 24 28 E_FORMAT=4 -c $(
dd00: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
dd10: 63 20 2d 6f 20 73 71 6c 69 74 65 33 2e 6f 0a 0a c -o sqlite3.o..