Artifact bf38d6b94ea87de1d57d62b47cce145804e4e893:
File
src/main.mk
part of check-in
[c2d1e3c70a]
- Improved display of version information on the help command. Display
fossil version number and date on the bottom of every webpage.
by
drh on
2007-09-22 17:38:57.
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 71 75 65 75 65 2e 63 20 5c 0a DIR)/pqueue.c \.
0440: 20 20 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e $(SRCDIR)/prin
0450: 74 66 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 tf.c \. $(SRCDI
0460: 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 5c 0a 20 R)/rebuild.c \.
0470: 20 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d $(SRCDIR)/schem
0480: 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 a.c \. $(SRCDIR
0490: 29 2f 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 28 )/setup.c \. $(
04a0: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 5c SRCDIR)/sha1.c \
04b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 74 79 . $(SRCDIR)/sty
04c0: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 le.c \. $(SRCDI
04d0: 52 29 2f 73 79 6e 63 2e 63 20 5c 0a 20 20 24 28 R)/sync.c \. $(
04e0: 53 52 43 44 49 52 29 2f 74 61 67 2e 63 20 5c 0a SRCDIR)/tag.c \.
04f0: 20 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 $(SRCDIR)/time
0500: 6c 69 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 line.c \. $(SRC
0510: 44 49 52 29 2f 75 6e 64 6f 2e 63 20 5c 0a 20 20 DIR)/undo.c \.
0520: 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 65 $(SRCDIR)/update
0530: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0540: 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53 52 43 /url.c \. $(SRC
0550: 44 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a 20 20 DIR)/user.c \.
0560: 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 $(SRCDIR)/verify
0570: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0580: 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 53 /vfile.c \. $(S
0590: 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 5c 0a RCDIR)/wiki.c \.
05a0: 20 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 $(SRCDIR)/wiki
05b0: 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 53 format.c \. $(S
05c0: 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 5c 0a RCDIR)/xfer.c \.
05d0: 20 20 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e $(SRCDIR)/zip.
05e0: 63 0a 0a 54 52 41 4e 53 5f 53 52 43 20 3d 20 5c c..TRANS_SRC = \
05f0: 0a 20 20 61 64 64 5f 2e 63 20 5c 0a 20 20 62 61 . add_.c \. ba
0600: 67 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e 63 g_.c \. blob_.c
0610: 20 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a 20 20 \. cgi_.c \.
0620: 63 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 63 checkin_.c \. c
0630: 68 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 63 heckout_.c \. c
0640: 6c 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 20 learsign_.c \.
0650: 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f 6d clone_.c \. com
0660: 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 6f format_.c \. co
0670: 6e 73 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 63 nstruct_.c \. c
0680: 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 62 ontent_.c \. db
0690: 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e 63 _.c \. delta_.c
06a0: 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e 63 \. deltacmd_.c
06b0: 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 73 \. descendents
06c0: 5f 2e 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 20 _.c \. diff_.c
06d0: 5c 0a 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 5c \. diffcmd_.c \
06e0: 0a 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a 20 . encode_.c \.
06f0: 20 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 74 file_.c \. htt
0700: 70 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e 63 p_.c \. info_.c
0710: 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c 0a \. login_.c \.
0720: 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 main_.c \. ma
0730: 6e 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d 64 nifest_.c \. md
0740: 35 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f 2e 5_.c \. merge_.
0750: 63 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 20 c \. merge3_.c
0760: 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20 \. name_.c \.
0770: 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 71 75 pivot_.c \. pqu
0780: 65 75 65 5f 2e 63 20 5c 0a 20 20 70 72 69 6e 74 eue_.c \. print
0790: 66 5f 2e 63 20 5c 0a 20 20 72 65 62 75 69 6c 64 f_.c \. rebuild
07a0: 5f 2e 63 20 5c 0a 20 20 73 63 68 65 6d 61 5f 2e _.c \. schema_.
07b0: 63 20 5c 0a 20 20 73 65 74 75 70 5f 2e 63 20 5c c \. setup_.c \
07c0: 0a 20 20 73 68 61 31 5f 2e 63 20 5c 0a 20 20 73 . sha1_.c \. s
07d0: 74 79 6c 65 5f 2e 63 20 5c 0a 20 20 73 79 6e 63 tyle_.c \. sync
07e0: 5f 2e 63 20 5c 0a 20 20 74 61 67 5f 2e 63 20 5c _.c \. tag_.c \
07f0: 0a 20 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c . timeline_.c \
0800: 0a 20 20 75 6e 64 6f 5f 2e 63 20 5c 0a 20 20 75 . undo_.c \. u
0810: 70 64 61 74 65 5f 2e 63 20 5c 0a 20 20 75 72 6c pdate_.c \. url
0820: 5f 2e 63 20 5c 0a 20 20 75 73 65 72 5f 2e 63 20 _.c \. user_.c
0830: 5c 0a 20 20 76 65 72 69 66 79 5f 2e 63 20 5c 0a \. verify_.c \.
0840: 20 20 76 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 77 vfile_.c \. w
0850: 69 6b 69 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 66 iki_.c \. wikif
0860: 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 78 66 65 ormat_.c \. xfe
0870: 72 5f 2e 63 20 5c 0a 20 20 7a 69 70 5f 2e 63 0a r_.c \. zip_.c.
0880: 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61 64 64 2e 6f .OBJ = \. add.o
0890: 20 5c 0a 20 20 62 61 67 2e 6f 20 5c 0a 20 20 62 \. bag.o \. b
08a0: 6c 6f 62 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f 20 lob.o \. cgi.o
08b0: 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c 0a \. checkin.o \.
08c0: 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a 20 checkout.o \.
08d0: 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a 20 clearsign.o \.
08e0: 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f 6d clone.o \. com
08f0: 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f 6e format.o \. con
0900: 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f 6e struct.o \. con
0910: 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f 20 tent.o \. db.o
0920: 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20 20 \. delta.o \.
0930: 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20 64 deltacmd.o \. d
0940: 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 5c 0a 20 escendents.o \.
0950: 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66 66 diff.o \. diff
0960: 63 6d 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64 65 cmd.o \. encode
0970: 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c 0a .o \. file.o \.
0980: 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e 66 http.o \. inf
0990: 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f 20 o.o \. login.o
09a0: 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20 6d \. main.o \. m
09b0: 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d 64 anifest.o \. md
09c0: 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f 20 5.o \. merge.o
09d0: 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a 20 \. merge3.o \.
09e0: 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 76 6f name.o \. pivo
09f0: 74 2e 6f 20 5c 0a 20 20 70 71 75 65 75 65 2e 6f t.o \. pqueue.o
0a00: 20 5c 0a 20 20 70 72 69 6e 74 66 2e 6f 20 5c 0a \. printf.o \.
0a10: 20 20 72 65 62 75 69 6c 64 2e 6f 20 5c 0a 20 20 rebuild.o \.
0a20: 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 65 74 schema.o \. set
0a30: 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e 6f 20 up.o \. sha1.o
0a40: 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 5c 0a 20 20 \. style.o \.
0a50: 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 61 67 2e 6f sync.o \. tag.o
0a60: 20 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 \. timeline.o
0a70: 5c 0a 20 20 75 6e 64 6f 2e 6f 20 5c 0a 20 20 75 \. undo.o \. u
0a80: 70 64 61 74 65 2e 6f 20 5c 0a 20 20 75 72 6c 2e pdate.o \. url.
0a90: 6f 20 5c 0a 20 20 75 73 65 72 2e 6f 20 5c 0a 20 o \. user.o \.
0aa0: 20 76 65 72 69 66 79 2e 6f 20 5c 0a 20 20 76 66 verify.o \. vf
0ab0: 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b 69 2e 6f ile.o \. wiki.o
0ac0: 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 2e \. wikiformat.
0ad0: 6f 20 5c 0a 20 20 78 66 65 72 2e 6f 20 5c 0a 20 o \. xfer.o \.
0ae0: 20 7a 69 70 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 zip.o..APPNAME
0af0: 3d 20 66 6f 73 73 69 6c 24 28 45 29 0a 0a 0a 0a = fossil$(E)....
0b00: 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a all:.$(APPNAME).
0b10: 0a 69 6e 73 74 61 6c 6c 3a 09 24 28 41 50 50 4e .install:.$(APPN
0b20: 41 4d 45 29 0a 09 6d 76 20 24 28 41 50 50 4e 41 AME)..mv $(APPNA
0b30: 4d 45 29 20 24 28 49 4e 53 54 41 4c 4c 44 49 52 ME) $(INSTALLDIR
0b40: 29 0a 0a 74 72 61 6e 73 6c 61 74 65 3a 09 24 28 )..translate:.$(
0b50: 53 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 SRCDIR)/translat
0b60: 65 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 74 e.c..$(BCC) -o t
0b70: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
0b80: 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 0a R)/translate.c..
0b90: 6d 61 6b 65 68 65 61 64 65 72 73 3a 09 24 28 53 makeheaders:.$(S
0ba0: 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 RCDIR)/makeheade
0bb0: 72 73 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 rs.c..$(BCC) -o
0bc0: 6d 61 6b 65 68 65 61 64 65 72 73 20 24 28 53 52 makeheaders $(SR
0bd0: 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 CDIR)/makeheader
0be0: 73 2e 63 0a 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 s.c..mkindex:.$(
0bf0: 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e SRCDIR)/mkindex.
0c00: 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 6b 69 c..$(BCC) -o mki
0c10: 6e 64 65 78 20 24 28 53 52 43 44 49 52 29 2f 6d ndex $(SRCDIR)/m
0c20: 6b 69 6e 64 65 78 2e 63 0a 0a 23 20 57 41 52 4e kindex.c..# WARN
0c30: 49 4e 47 2e 20 44 41 4e 47 45 52 2e 20 52 75 6e ING. DANGER. Run
0c40: 6e 69 6e 67 20 74 68 65 20 74 65 73 74 73 75 69 ning the testsui
0c50: 74 65 20 6d 6f 64 69 66 69 65 73 20 74 68 65 20 te modifies the
0c60: 72 65 70 6f 73 69 74 6f 72 79 20 74 68 65 0a 23 repository the.#
0c70: 20 62 75 69 6c 64 20 69 73 20 64 6f 6e 65 20 66 build is done f
0c80: 72 6f 6d 2c 20 69 2e 65 2e 20 74 68 65 20 63 68 rom, i.e. the ch
0c90: 65 63 6b 6f 75 74 20 62 65 6c 6f 6e 67 73 20 74 eckout belongs t
0ca0: 6f 2e 20 44 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 o. Do not sync/p
0cb0: 75 73 68 0a 23 20 74 68 65 20 72 65 70 6f 73 69 ush.# the reposi
0cc0: 74 6f 72 79 20 61 66 74 65 72 20 72 75 6e 6e 69 tory after runni
0cd0: 6e 67 20 74 68 65 20 74 65 73 74 73 2e 0a 74 65 ng the tests..te
0ce0: 73 74 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 st:.$(APPNAME)..
0cf0: 24 28 54 43 4c 53 48 29 20 74 65 73 74 2f 74 65 $(TCLSH) test/te
0d00: 73 74 65 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 ster.tcl $(APPNA
0d10: 4d 45 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 ME)..VERSION.h:.
0d20: 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e $(SRCDIR)/../man
0d30: 69 66 65 73 74 2e 75 75 69 64 20 24 28 53 52 43 ifest.uuid $(SRC
0d40: 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 DIR)/../manifest
0d50: 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 ..awk '{ printf
0d60: 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 "#define MANIFES
0d70: 54 5f 55 55 49 44 20 5c 22 25 73 5c 22 5c 6e 22 T_UUID \"%s\"\n"
0d80: 2c 20 24 24 31 7d 27 20 20 24 28 53 52 43 44 49 , $$1}' $(SRCDI
0d90: 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 R)/../manifest.u
0da0: 75 69 64 20 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 uid >VERSION.h..
0db0: 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23 awk '{ printf "#
0dc0: 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f define MANIFEST_
0dd0: 56 45 52 53 49 4f 4e 20 5c 22 5b 25 2e 31 30 73 VERSION \"[%.10s
0de0: 5d 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 ]\"\n", $$1}' $
0df0: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 (SRCDIR)/../mani
0e00: 66 65 73 74 2e 75 75 69 64 20 3e 3e 56 45 52 53 fest.uuid >>VERS
0e10: 49 4f 4e 2e 68 0a 09 61 77 6b 20 27 24 24 31 3d ION.h..awk '$$1=
0e20: 3d 22 44 22 7b 70 72 69 6e 74 66 20 22 23 64 65 ="D"{printf "#de
0e30: 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 44 41 fine MANIFEST_DA
0e40: 54 45 20 5c 22 25 73 20 25 73 5c 22 5c 6e 22 2c TE \"%s %s\"\n",
0e50: 20 73 75 62 73 74 72 28 24 24 32 2c 31 2c 31 30 substr($$2,1,10
0e60: 29 2c 73 75 62 73 74 72 28 24 24 32 2c 31 32 29 ),substr($$2,12)
0e70: 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e }' $(SRCDIR)/..
0e80: 2f 6d 61 6e 69 66 65 73 74 20 3e 3e 56 45 52 53 /manifest >>VERS
0e90: 49 4f 4e 2e 68 0a 0a 24 28 41 50 50 4e 41 4d 45 ION.h..$(APPNAME
0ea0: 29 3a 09 68 65 61 64 65 72 73 20 24 28 4f 42 4a ):.headers $(OBJ
0eb0: 29 20 73 71 6c 69 74 65 33 2e 6f 0a 09 24 28 54 ) sqlite3.o..$(T
0ec0: 43 43 29 20 2d 6f 20 24 28 41 50 50 4e 41 4d 45 CC) -o $(APPNAME
0ed0: 29 20 24 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 ) $(OBJ) sqlite3
0ee0: 2e 6f 20 24 28 4c 49 42 29 0a 0a 63 6c 65 61 6e .o $(LIB)..clean
0ef0: 3a 09 0a 09 72 6d 20 2d 66 20 2a 2e 6f 20 2a 5f :...rm -f *.o *_
0f00: 2e 63 20 24 28 41 50 50 4e 41 4d 45 29 20 56 45 .c $(APPNAME) VE
0f10: 52 53 49 4f 4e 2e 68 0a 09 72 6d 20 2d 66 20 74 RSION.h..rm -f t
0f20: 72 61 6e 73 6c 61 74 65 20 6d 61 6b 65 68 65 61 ranslate makehea
0f30: 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 70 61 67 ders mkindex pag
0f40: 65 5f 69 6e 64 65 78 2e 68 20 68 65 61 64 65 72 e_index.h header
0f50: 73 0a 09 72 6d 20 2d 66 20 61 64 64 2e 68 20 62 s..rm -f add.h b
0f60: 61 67 2e 68 20 62 6c 6f 62 2e 68 20 63 67 69 2e ag.h blob.h cgi.
0f70: 68 20 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 h checkin.h chec
0f80: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
0f90: 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .h clone.h comfo
0fa0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
0fb0: 2e 68 20 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e .h content.h db.
0fc0: 68 20 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 h delta.h deltac
0fd0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
0fe0: 2e 68 20 64 69 66 66 2e 68 20 64 69 66 66 63 6d .h diff.h diffcm
0ff0: 64 2e 68 20 65 6e 63 6f 64 65 2e 68 20 66 69 6c d.h encode.h fil
1000: 65 2e 68 20 68 74 74 70 2e 68 20 69 6e 66 6f 2e e.h http.h info.
1010: 68 20 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 2e 68 h login.h main.h
1020: 20 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 2e manifest.h md5.
1030: 68 20 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 h merge.h merge3
1040: 2e 68 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e .h name.h pivot.
1050: 68 20 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 h pqueue.h print
1060: 66 2e 68 20 72 65 62 75 69 6c 64 2e 68 20 73 63 f.h rebuild.h sc
1070: 68 65 6d 61 2e 68 20 73 65 74 75 70 2e 68 20 73 hema.h setup.h s
1080: 68 61 31 2e 68 20 73 74 79 6c 65 2e 68 20 73 79 ha1.h style.h sy
1090: 6e 63 2e 68 20 74 61 67 2e 68 20 74 69 6d 65 6c nc.h tag.h timel
10a0: 69 6e 65 2e 68 20 75 6e 64 6f 2e 68 20 75 70 64 ine.h undo.h upd
10b0: 61 74 65 2e 68 20 75 72 6c 2e 68 20 75 73 65 72 ate.h url.h user
10c0: 2e 68 20 76 65 72 69 66 79 2e 68 20 76 66 69 6c .h verify.h vfil
10d0: 65 2e 68 20 77 69 6b 69 2e 68 20 77 69 6b 69 66 e.h wiki.h wikif
10e0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 2e 68 20 7a ormat.h xfer.h z
10f0: 69 70 2e 68 0a 0a 68 65 61 64 65 72 73 3a 09 6d ip.h..headers:.m
1100: 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69 6e 64 akeheaders mkind
1110: 65 78 20 24 28 54 52 41 4e 53 5f 53 52 43 29 20 ex $(TRANS_SRC)
1120: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d ./VERSION.h.../m
1130: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
1140: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
1150: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
1160: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
1170: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
1180: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
1190: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
11a0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
11b0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
11c0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
11d0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
11e0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
11f0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
1200: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
1210: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
1220: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
1230: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
1240: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
1250: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
1260: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
1270: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
1280: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
1290: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
12a0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
12b0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
12c0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
12d0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
12e0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
12f0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
1300: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
1310: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
1320: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
1330: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
1340: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
1350: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
1360: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
1370: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
1380: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
1390: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
13a0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
13b0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
13c0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
13d0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
13e0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
13f0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
1400: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
1410: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
1420: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
1430: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
1440: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
1450: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
1460: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
1470: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
1480: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
1490: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
14a0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
14b0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
14c0: 4f 4e 2e 68 0a 09 2e 2f 6d 6b 69 6e 64 65 78 20 ON.h.../mkindex
14d0: 24 28 54 52 41 4e 53 5f 53 52 43 29 20 3e 70 61 $(TRANS_SRC) >pa
14e0: 67 65 5f 69 6e 64 65 78 2e 68 0a 09 74 6f 75 63 ge_index.h..touc
14f0: 68 20 68 65 61 64 65 72 73 0a 0a 61 64 64 5f 2e h headers..add_.
1500: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64 64 c:.$(SRCDIR)/add
1510: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
1520: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
1530: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
1540: 43 44 49 52 29 2f 61 64 64 2e 63 20 7c 20 73 65 CDIR)/add.c | se
1550: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
1560: 45 52 53 49 4f 4e 20 3e 61 64 64 5f 2e 63 0a 0a ERSION >add_.c..
1570: 61 64 64 2e 6f 3a 09 61 64 64 5f 2e 63 20 61 64 add.o:.add_.c ad
1580: 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 d.h $(SRCDIR)/c
1590: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
15a0: 20 2d 6f 20 61 64 64 2e 6f 20 2d 63 20 61 64 64 -o add.o -c add
15b0: 5f 2e 63 0a 0a 61 64 64 2e 68 3a 09 6d 61 6b 65 _.c..add.h:.make
15c0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
15d0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
15e0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e dd.h bag_.c:bag.
15f0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
1600: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
1610: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
1620: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
1630: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
1640: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
1650: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
1660: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
1670: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
1680: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
1690: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
16a0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
16b0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
16c0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
16d0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
16e0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
16f0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
1700: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
1710: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
1720: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
1730: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
1740: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
1750: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
1760: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
1770: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
1780: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
1790: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
17a0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
17b0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
17c0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
17d0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
17e0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
17f0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
1800: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
1810: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
1820: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
1830: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
1840: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
1850: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
1860: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
1870: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
1880: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
1890: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
18a0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
18b0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
18c0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
18d0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
18e0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
18f0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
1900: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
1910: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
1920: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
1930: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
1940: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
1950: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
1960: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
1970: 0a 62 61 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 .bag_.c:.$(SRCDI
1980: 52 29 2f 62 61 67 2e 63 20 24 28 53 52 43 44 49 R)/bag.c $(SRCDI
1990: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
19a0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
19b0: 65 20 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e e $(SRCDIR)/bag.
19c0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
19d0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 61 DIR)/VERSION >ba
19e0: 67 5f 2e 63 0a 0a 62 61 67 2e 6f 3a 09 62 61 67 g_.c..bag.o:.bag
19f0: 5f 2e 63 20 62 61 67 2e 68 20 20 24 28 53 52 43 _.c bag.h $(SRC
1a00: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
1a10: 28 58 54 43 43 29 20 2d 6f 20 62 61 67 2e 6f 20 (XTCC) -o bag.o
1a20: 2d 63 20 62 61 67 5f 2e 63 0a 0a 62 61 67 2e 68 -c bag_.c..bag.h
1a30: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
1a40: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
1a50: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
1a60: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
1a70: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
1a80: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
1a90: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
1aa0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
1ab0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
1ac0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
1ad0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
1ae0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
1af0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
1b00: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
1b10: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
1b20: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
1b30: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
1b40: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
1b50: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
1b60: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
1b70: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
1b80: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
1b90: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
1ba0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
1bb0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
1bc0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
1bd0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
1be0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
1bf0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
1c00: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
1c10: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
1c20: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
1c30: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
1c40: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
1c50: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
1c60: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
1c70: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
1c80: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
1c90: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
1ca0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
1cb0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
1cc0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
1cd0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
1ce0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
1cf0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
1d00: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
1d10: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
1d20: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
1d30: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
1d40: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
1d50: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
1d60: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
1d70: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
1d80: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
1d90: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
1da0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
1db0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
1dc0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
1dd0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
1de0: 61 64 65 72 73 0a 0a 62 6c 6f 62 5f 2e 63 3a 09 aders..blob_.c:.
1df0: 24 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 $(SRCDIR)/blob.c
1e00: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
1e10: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
1e20: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
1e30: 49 52 29 2f 62 6c 6f 62 2e 63 20 7c 20 73 65 64 IR)/blob.c | sed
1e40: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
1e50: 52 53 49 4f 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a RSION >blob_.c..
1e60: 62 6c 6f 62 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 blob.o:.blob_.c
1e70: 62 6c 6f 62 2e 68 20 20 24 28 53 52 43 44 49 52 blob.h $(SRCDIR
1e80: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
1e90: 43 43 29 20 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 CC) -o blob.o -c
1ea0: 20 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 blob_.c..blob.h
1eb0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
1ec0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
1ed0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
1ee0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
1ef0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
1f00: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
1f10: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
1f20: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
1f30: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
1f40: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
1f50: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
1f60: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
1f70: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
1f80: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
1f90: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
1fa0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
1fb0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
1fc0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
1fd0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
1fe0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
1ff0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
2000: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
2010: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
2020: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
2030: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
2040: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
2050: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
2060: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
2070: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
2080: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
2090: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
20a0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
20b0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
20c0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
20d0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
20e0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
20f0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
2100: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
2110: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
2120: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
2130: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
2140: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
2150: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
2160: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
2170: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
2180: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
2190: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
21a0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
21b0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
21c0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
21d0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
21e0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
21f0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
2200: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
2210: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
2220: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
2230: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
2240: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
2250: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
2260: 61 64 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 aders..cgi_.c:.$
2270: 28 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20 24 (SRCDIR)/cgi.c $
2280: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
2290: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
22a0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
22b0: 29 2f 63 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 )/cgi.c | sed -f
22c0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
22d0: 4f 4e 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e ON >cgi_.c..cgi.
22e0: 6f 3a 09 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 o:.cgi_.c cgi.h
22f0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
2300: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
2310: 63 67 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a cgi.o -c cgi_.c.
2320: 0a 63 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 .cgi.h:.makehead
2330: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
2340: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
2350: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
2360: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
2370: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
2380: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
2390: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
23a0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
23b0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
23c0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
23d0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
23e0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
23f0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
2400: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
2410: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
2420: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
2430: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
2440: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
2450: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
2460: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
2470: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
2480: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
2490: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
24a0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
24b0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
24c0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
24d0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
24e0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
24f0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
2500: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
2510: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
2520: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
2530: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
2540: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
2550: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
2560: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
2570: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
2580: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
2590: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
25a0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
25b0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
25c0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
25d0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
25e0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 tag_.c:tag.h ti
25f0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
2600: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 ne.h undo_.c:und
2610: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
2620: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
2630: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
2640: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
2650: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
2660: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
2670: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
2680: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
2690: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
26a0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
26b0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
26c0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
26d0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 68 65 uch headers..che
26e0: 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 ckin_.c:.$(SRCDI
26f0: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 53 R)/checkin.c $(S
2700: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
2710: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
2720: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
2730: 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20 checkin.c | sed
2740: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
2750: 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63 SION >checkin_.c
2760: 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65 ..checkin.o:.che
2770: 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e ckin_.c checkin.
2780: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
2790: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
27a0: 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63 o checkin.o -c c
27b0: 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b heckin_.c..check
27c0: 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 in.h:.makeheader
27d0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
27e0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
27f0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
2800: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
2810: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
2820: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
2830: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
2840: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
2850: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
2860: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
2870: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
2880: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
2890: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
28a0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
28b0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
28c0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
28d0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
28e0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
28f0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
2900: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
2910: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
2920: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
2930: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
2940: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
2950: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
2960: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
2970: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
2980: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
2990: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
29a0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
29b0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
29c0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
29d0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
29e0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
29f0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
2a00: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
2a10: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
2a20: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
2a30: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
2a40: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
2a50: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
2a60: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
2a70: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
2a80: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 ag_.c:tag.h time
2a90: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
2aa0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
2ab0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
2ac0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
2ad0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
2ae0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
2af0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
2b00: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
2b10: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
2b20: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
2b30: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
2b40: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
2b50: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
2b60: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
2b70: 68 20 68 65 61 64 65 72 73 0a 0a 63 68 65 63 6b h headers..check
2b80: 6f 75 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 out_.c:.$(SRCDIR
2b90: 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 24 28 53 )/checkout.c $(S
2ba0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
2bb0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
2bc0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
2bd0: 63 68 65 63 6b 6f 75 74 2e 63 20 7c 20 73 65 64 checkout.c | sed
2be0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
2bf0: 52 53 49 4f 4e 20 3e 63 68 65 63 6b 6f 75 74 5f RSION >checkout_
2c00: 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 6f 3a 09 .c..checkout.o:.
2c10: 63 68 65 63 6b 6f 75 74 5f 2e 63 20 63 68 65 63 checkout_.c chec
2c20: 6b 6f 75 74 2e 68 20 20 24 28 53 52 43 44 49 52 kout.h $(SRCDIR
2c30: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
2c40: 43 43 29 20 2d 6f 20 63 68 65 63 6b 6f 75 74 2e CC) -o checkout.
2c50: 6f 20 2d 63 20 63 68 65 63 6b 6f 75 74 5f 2e 63 o -c checkout_.c
2c60: 0a 0a 63 68 65 63 6b 6f 75 74 2e 68 3a 09 6d 61 ..checkout.h:.ma
2c70: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
2c80: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
2c90: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
2ca0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
2cb0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
2cc0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
2cd0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
2ce0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
2cf0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
2d00: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
2d10: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
2d20: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
2d30: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
2d40: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
2d50: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
2d60: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
2d70: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
2d80: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
2d90: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
2da0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
2db0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
2dc0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
2dd0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
2de0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
2df0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
2e00: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
2e10: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
2e20: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
2e30: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
2e40: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
2e50: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
2e60: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
2e70: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
2e80: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
2e90: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
2ea0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
2eb0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
2ec0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
2ed0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
2ee0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
2ef0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
2f00: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
2f10: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
2f20: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
2f30: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
2f40: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
2f50: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
2f60: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
2f70: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
2f80: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
2f90: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
2fa0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
2fb0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
2fc0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
2fd0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
2fe0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
2ff0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
3000: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
3010: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
3020: 73 0a 0a 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a s..clearsign_.c:
3030: 09 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72 .$(SRCDIR)/clear
3040: 73 69 67 6e 2e 63 20 24 28 53 52 43 44 49 52 29 sign.c $(SRCDIR)
3050: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
3060: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
3070: 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 $(SRCDIR)/clears
3080: 69 67 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ign.c | sed -f $
3090: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
30a0: 20 3e 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a >clearsign_.c..
30b0: 63 6c 65 61 72 73 69 67 6e 2e 6f 3a 09 63 6c 65 clearsign.o:.cle
30c0: 61 72 73 69 67 6e 5f 2e 63 20 63 6c 65 61 72 73 arsign_.c clears
30d0: 69 67 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29 ign.h $(SRCDIR)
30e0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
30f0: 43 29 20 2d 6f 20 63 6c 65 61 72 73 69 67 6e 2e C) -o clearsign.
3100: 6f 20 2d 63 20 63 6c 65 61 72 73 69 67 6e 5f 2e o -c clearsign_.
3110: 63 0a 0a 63 6c 65 61 72 73 69 67 6e 2e 68 3a 09 c..clearsign.h:.
3120: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
3130: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
3140: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
3150: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
3160: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
3170: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
3180: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
3190: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
31a0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
31b0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
31c0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
31d0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
31e0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
31f0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
3200: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
3210: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
3220: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
3230: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
3240: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
3250: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
3260: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
3270: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
3280: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
3290: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
32a0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
32b0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
32c0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
32d0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
32e0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
32f0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
3300: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
3310: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
3320: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
3330: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
3340: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
3350: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
3360: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
3370: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
3380: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
3390: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
33a0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
33b0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
33c0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
33d0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
33e0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
33f0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
3400: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
3410: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
3420: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
3430: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
3440: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
3450: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
3460: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
3470: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
3480: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
3490: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
34a0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
34b0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
34c0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
34d0: 65 72 73 0a 0a 63 6c 6f 6e 65 5f 2e 63 3a 09 24 ers..clone_.c:.$
34e0: 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 (SRCDIR)/clone.c
34f0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
3500: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
3510: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
3520: 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 7c 20 73 65 IR)/clone.c | se
3530: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
3540: 45 52 53 49 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 ERSION >clone_.c
3550: 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 ..clone.o:.clone
3560: 5f 2e 63 20 63 6c 6f 6e 65 2e 68 20 20 24 28 53 _.c clone.h $(S
3570: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
3580: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6c 6f 6e .$(XTCC) -o clon
3590: 65 2e 6f 20 2d 63 20 63 6c 6f 6e 65 5f 2e 63 0a e.o -c clone_.c.
35a0: 0a 63 6c 6f 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 .clone.h:.makehe
35b0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
35c0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
35d0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
35e0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
35f0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
3600: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
3610: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
3620: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
3630: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
3640: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
3650: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
3660: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
3670: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
3680: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
3690: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
36a0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
36b0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
36c0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
36d0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
36e0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
36f0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
3700: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
3710: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
3720: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
3730: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
3740: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
3750: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
3760: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
3770: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
3780: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
3790: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
37a0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
37b0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
37c0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
37d0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
37e0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
37f0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
3800: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
3810: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
3820: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
3830: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
3840: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
3850: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
3860: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
3870: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
3880: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
3890: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
38a0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
38b0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
38c0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
38d0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
38e0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
38f0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
3900: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
3910: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
3920: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
3930: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
3940: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
3950: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 touch headers..c
3960: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 omformat_.c:.$(S
3970: 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 RCDIR)/comformat
3980: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
3990: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
39a0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
39b0: 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e CDIR)/comformat.
39c0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
39d0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f DIR)/VERSION >co
39e0: 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 mformat_.c..comf
39f0: 6f 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d ormat.o:.comform
3a00: 61 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e at_.c comformat.
3a10: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
3a20: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
3a30: 6f 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 o comformat.o -c
3a40: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 comformat_.c..c
3a50: 6f 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 omformat.h:.make
3a60: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
3a70: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
3a80: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e dd.h bag_.c:bag.
3a90: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
3aa0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
3ab0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
3ac0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
3ad0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
3ae0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
3af0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
3b00: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
3b10: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
3b20: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
3b30: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
3b40: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
3b50: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
3b60: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
3b70: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
3b80: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
3b90: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
3ba0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
3bb0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
3bc0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
3bd0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
3be0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
3bf0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
3c00: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
3c10: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
3c20: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
3c30: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
3c40: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
3c50: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
3c60: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
3c70: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
3c80: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
3c90: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
3ca0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
3cb0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
3cc0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
3cd0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
3ce0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
3cf0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
3d00: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
3d10: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
3d20: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
3d30: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
3d40: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
3d50: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
3d60: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
3d70: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
3d80: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
3d90: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
3da0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
3db0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
3dc0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
3dd0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
3de0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
3df0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
3e00: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
3e10: 0a 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 09 24 .construct_.c:.$
3e20: 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 (SRCDIR)/constru
3e30: 63 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ct.c $(SRCDIR)/V
3e40: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
3e50: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
3e60: 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 SRCDIR)/construc
3e70: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 t.c | sed -f $(S
3e80: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
3e90: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f construct_.c..co
3ea0: 6e 73 74 72 75 63 74 2e 6f 3a 09 63 6f 6e 73 74 nstruct.o:.const
3eb0: 72 75 63 74 5f 2e 63 20 63 6f 6e 73 74 72 75 63 ruct_.c construc
3ec0: 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 t.h $(SRCDIR)/c
3ed0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
3ee0: 20 2d 6f 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20 -o construct.o
3ef0: 2d 63 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a -c construct_.c.
3f00: 0a 63 6f 6e 73 74 72 75 63 74 2e 68 3a 09 6d 61 .construct.h:.ma
3f10: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
3f20: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
3f30: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
3f40: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
3f50: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
3f60: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
3f70: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
3f80: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
3f90: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
3fa0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
3fb0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
3fc0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
3fd0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
3fe0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
3ff0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
4000: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
4010: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
4020: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
4030: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
4040: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
4050: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
4060: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
4070: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
4080: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
4090: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
40a0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
40b0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
40c0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
40d0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
40e0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
40f0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
4100: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
4110: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
4120: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
4130: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
4140: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
4150: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
4160: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
4170: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
4180: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
4190: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
41a0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
41b0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
41c0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
41d0: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
41e0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
41f0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
4200: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
4210: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
4220: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
4230: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
4240: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
4250: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
4260: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
4270: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
4280: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
4290: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
42a0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
42b0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
42c0: 73 0a 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 24 s..content_.c:.$
42d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 (SRCDIR)/content
42e0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
42f0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
4300: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
4310: 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 CDIR)/content.c
4320: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
4330: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 74 R)/VERSION >cont
4340: 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e ent_.c..content.
4350: 6f 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 6f o:.content_.c co
4360: 6e 74 65 6e 74 2e 68 20 20 24 28 53 52 43 44 49 ntent.h $(SRCDI
4370: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
4380: 54 43 43 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 2e TCC) -o content.
4390: 6f 20 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 0a o -c content_.c.
43a0: 0a 63 6f 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b 65 .content.h:.make
43b0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
43c0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
43d0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e dd.h bag_.c:bag.
43e0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
43f0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
4400: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
4410: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
4420: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
4430: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
4440: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
4450: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
4460: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
4470: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
4480: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
4490: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
44a0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
44b0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
44c0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
44d0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
44e0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
44f0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
4500: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
4510: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
4520: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
4530: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
4540: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
4550: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
4560: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
4570: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
4580: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
4590: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
45a0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
45b0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
45c0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
45d0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
45e0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
45f0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
4600: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
4610: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
4620: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
4630: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
4640: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
4650: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
4660: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
4670: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
4680: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
4690: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
46a0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
46b0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
46c0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
46d0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
46e0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
46f0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
4700: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
4710: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
4720: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
4730: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
4740: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
4750: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
4760: 0a 64 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 .db_.c:.$(SRCDIR
4770: 29 2f 64 62 2e 63 20 24 28 53 52 43 44 49 52 29 )/db.c $(SRCDIR)
4780: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
4790: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
47a0: 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 7c $(SRCDIR)/db.c |
47b0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
47c0: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 )/VERSION >db_.c
47d0: 0a 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 ..db.o:.db_.c db
47e0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
47f0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
4800: 2d 6f 20 64 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 -o db.o -c db_.c
4810: 0a 0a 64 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 ..db.h:.makehead
4820: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
4830: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
4840: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
4850: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
4860: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
4870: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
4880: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
4890: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
48a0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
48b0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
48c0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
48d0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
48e0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
48f0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
4900: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
4910: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
4920: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
4930: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
4940: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
4950: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
4960: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
4970: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
4980: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
4990: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
49a0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
49b0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
49c0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
49d0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
49e0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
49f0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
4a00: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
4a10: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
4a20: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
4a30: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
4a40: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
4a50: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
4a60: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
4a70: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
4a80: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
4a90: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
4aa0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
4ab0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
4ac0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
4ad0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 tag_.c:tag.h ti
4ae0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
4af0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 ne.h undo_.c:und
4b00: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
4b10: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
4b20: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
4b30: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
4b40: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
4b50: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
4b60: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
4b70: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
4b80: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
4b90: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
4ba0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
4bb0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
4bc0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c uch headers..del
4bd0: 74 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 ta_.c:.$(SRCDIR)
4be0: 2f 64 65 6c 74 61 2e 63 20 24 28 53 52 43 44 49 /delta.c $(SRCDI
4bf0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
4c00: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
4c10: 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 e $(SRCDIR)/delt
4c20: 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 a.c | sed -f $(S
4c30: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
4c40: 64 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e delta_.c..delta.
4c50: 6f 3a 09 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74 o:.delta_.c delt
4c60: 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 a.h $(SRCDIR)/c
4c70: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
4c80: 20 2d 6f 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64 -o delta.o -c d
4c90: 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68 elta_.c..delta.h
4ca0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
4cb0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
4cc0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
4cd0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
4ce0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
4cf0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
4d00: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
4d10: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
4d20: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
4d30: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
4d40: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
4d50: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
4d60: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
4d70: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
4d80: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
4d90: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
4da0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
4db0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
4dc0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
4dd0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
4de0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
4df0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
4e00: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
4e10: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
4e20: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
4e30: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
4e40: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
4e50: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
4e60: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
4e70: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
4e80: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
4e90: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
4ea0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
4eb0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
4ec0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
4ed0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
4ee0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
4ef0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
4f00: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
4f10: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
4f20: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
4f30: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
4f40: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
4f50: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
4f60: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
4f70: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
4f80: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
4f90: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
4fa0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
4fb0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
4fc0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
4fd0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
4fe0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
4ff0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
5000: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
5010: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
5020: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
5030: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
5040: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
5050: 61 64 65 72 73 0a 0a 64 65 6c 74 61 63 6d 64 5f aders..deltacmd_
5060: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 .c:.$(SRCDIR)/de
5070: 6c 74 61 63 6d 64 2e 63 20 24 28 53 52 43 44 49 ltacmd.c $(SRCDI
5080: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
5090: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
50a0: 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 e $(SRCDIR)/delt
50b0: 61 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 acmd.c | sed -f
50c0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
50d0: 4e 20 3e 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a N >deltacmd_.c..
50e0: 64 65 6c 74 61 63 6d 64 2e 6f 3a 09 64 65 6c 74 deltacmd.o:.delt
50f0: 61 63 6d 64 5f 2e 63 20 64 65 6c 74 61 63 6d 64 acmd_.c deltacmd
5100: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
5110: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
5120: 2d 6f 20 64 65 6c 74 61 63 6d 64 2e 6f 20 2d 63 -o deltacmd.o -c
5130: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 deltacmd_.c..de
5140: 6c 74 61 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 ltacmd.h:.makehe
5150: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
5160: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
5170: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
5180: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
5190: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
51a0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
51b0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
51c0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
51d0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
51e0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
51f0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
5200: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
5210: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
5220: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
5230: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
5240: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
5250: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
5260: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
5270: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
5280: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
5290: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
52a0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
52b0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
52c0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
52d0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
52e0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
52f0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
5300: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
5310: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
5320: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
5330: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
5340: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
5350: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
5360: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
5370: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
5380: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
5390: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
53a0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
53b0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
53c0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
53d0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
53e0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
53f0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
5400: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
5410: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
5420: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
5430: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
5440: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
5450: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
5460: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
5470: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
5480: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
5490: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
54a0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
54b0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
54c0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
54d0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
54e0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
54f0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 touch headers..d
5500: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 09 24 escendents_.c:.$
5510: 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 (SRCDIR)/descend
5520: 65 6e 74 73 2e 63 20 24 28 53 52 43 44 49 52 29 ents.c $(SRCDIR)
5530: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
5540: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
5550: 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e $(SRCDIR)/descen
5560: 64 65 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d 66 dents.c | sed -f
5570: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
5580: 4f 4e 20 3e 64 65 73 63 65 6e 64 65 6e 74 73 5f ON >descendents_
5590: 2e 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e .c..descendents.
55a0: 6f 3a 09 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e o:.descendents_.
55b0: 63 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c descendents.h
55c0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
55d0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
55e0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 2d 63 descendents.o -c
55f0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a descendents_.c.
5600: 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 3a 09 .descendents.h:.
5610: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
5620: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
5630: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
5640: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
5650: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
5660: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
5670: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
5680: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
5690: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
56a0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
56b0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
56c0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
56d0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
56e0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
56f0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
5700: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
5710: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
5720: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
5730: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
5740: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
5750: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
5760: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
5770: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
5780: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
5790: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
57a0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
57b0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
57c0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
57d0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
57e0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
57f0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
5800: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
5810: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
5820: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
5830: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
5840: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
5850: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
5860: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
5870: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
5880: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
5890: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
58a0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
58b0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
58c0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
58d0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
58e0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
58f0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
5900: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
5910: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
5920: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
5930: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
5940: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
5950: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
5960: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
5970: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
5980: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
5990: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
59a0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
59b0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
59c0: 65 72 73 0a 0a 64 69 66 66 5f 2e 63 3a 09 24 28 ers..diff_.c:.$(
59d0: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 24 SRCDIR)/diff.c $
59e0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
59f0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
5a00: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
5a10: 29 2f 64 69 66 66 2e 63 20 7c 20 73 65 64 20 2d )/diff.c | sed -
5a20: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
5a30: 49 4f 4e 20 3e 64 69 66 66 5f 2e 63 0a 0a 64 69 ION >diff_.c..di
5a40: 66 66 2e 6f 3a 09 64 69 66 66 5f 2e 63 20 64 69 ff.o:.diff_.c di
5a50: 66 66 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ff.h $(SRCDIR)/
5a60: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
5a70: 29 20 2d 6f 20 64 69 66 66 2e 6f 20 2d 63 20 64 ) -o diff.o -c d
5a80: 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e 68 3a 09 iff_.c..diff.h:.
5a90: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
5aa0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
5ab0: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
5ac0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
5ad0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
5ae0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
5af0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
5b00: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
5b10: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
5b20: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
5b30: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
5b40: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
5b50: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
5b60: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
5b70: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
5b80: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
5b90: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
5ba0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
5bb0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
5bc0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
5bd0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
5be0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
5bf0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
5c00: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
5c10: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
5c20: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
5c30: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
5c40: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
5c50: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
5c60: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
5c70: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
5c80: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
5c90: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
5ca0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
5cb0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
5cc0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
5cd0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
5ce0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
5cf0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
5d00: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
5d10: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
5d20: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
5d30: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
5d40: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
5d50: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
5d60: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
5d70: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
5d80: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
5d90: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
5da0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
5db0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
5dc0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
5dd0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
5de0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
5df0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
5e00: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
5e10: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
5e20: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
5e30: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
5e40: 65 72 73 0a 0a 64 69 66 66 63 6d 64 5f 2e 63 3a ers..diffcmd_.c:
5e50: 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 63 .$(SRCDIR)/diffc
5e60: 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 md.c $(SRCDIR)/V
5e70: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
5e80: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
5e90: 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e SRCDIR)/diffcmd.
5ea0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
5eb0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 DIR)/VERSION >di
5ec0: 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d ffcmd_.c..diffcm
5ed0: 64 2e 6f 3a 09 64 69 66 66 63 6d 64 5f 2e 63 20 d.o:.diffcmd_.c
5ee0: 64 69 66 66 63 6d 64 2e 68 20 20 24 28 53 52 43 diffcmd.h $(SRC
5ef0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
5f00: 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 63 6d (XTCC) -o diffcm
5f10: 64 2e 6f 20 2d 63 20 64 69 66 66 63 6d 64 5f 2e d.o -c diffcmd_.
5f20: 63 0a 0a 64 69 66 66 63 6d 64 2e 68 3a 09 6d 61 c..diffcmd.h:.ma
5f30: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
5f40: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
5f50: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
5f60: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
5f70: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
5f80: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
5f90: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
5fa0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
5fb0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
5fc0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
5fd0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
5fe0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
5ff0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
6000: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
6010: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
6020: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
6030: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
6040: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
6050: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
6060: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
6070: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
6080: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
6090: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
60a0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
60b0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
60c0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
60d0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
60e0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
60f0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
6100: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
6110: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
6120: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
6130: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
6140: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
6150: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
6160: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
6170: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
6180: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
6190: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
61a0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
61b0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
61c0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
61d0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
61e0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
61f0: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
6200: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
6210: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
6220: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
6230: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
6240: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
6250: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
6260: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
6270: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
6280: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
6290: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
62a0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
62b0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
62c0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
62d0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
62e0: 73 0a 0a 65 6e 63 6f 64 65 5f 2e 63 3a 09 24 28 s..encode_.c:.$(
62f0: 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 SRCDIR)/encode.c
6300: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
6310: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
6320: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
6330: 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 7c 20 73 IR)/encode.c | s
6340: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
6350: 56 45 52 53 49 4f 4e 20 3e 65 6e 63 6f 64 65 5f VERSION >encode_
6360: 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f 3a 09 65 6e .c..encode.o:.en
6370: 63 6f 64 65 5f 2e 63 20 65 6e 63 6f 64 65 2e 68 code_.c encode.h
6380: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
6390: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
63a0: 20 65 6e 63 6f 64 65 2e 6f 20 2d 63 20 65 6e 63 encode.o -c enc
63b0: 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 68 ode_.c..encode.h
63c0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
63d0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
63e0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
63f0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
6400: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
6410: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
6420: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
6430: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
6440: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
6450: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
6460: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
6470: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
6480: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
6490: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
64a0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
64b0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
64c0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
64d0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
64e0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
64f0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
6500: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
6510: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
6520: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
6530: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
6540: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
6550: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
6560: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
6570: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
6580: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
6590: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
65a0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
65b0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
65c0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
65d0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
65e0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
65f0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
6600: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
6610: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
6620: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
6630: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
6640: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
6650: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
6660: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
6670: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
6680: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
6690: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
66a0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
66b0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
66c0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
66d0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
66e0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
66f0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
6700: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
6710: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
6720: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
6730: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
6740: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
6750: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
6760: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
6770: 61 64 65 72 73 0a 0a 66 69 6c 65 5f 2e 63 3a 09 aders..file_.c:.
6780: 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 $(SRCDIR)/file.c
6790: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
67a0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
67b0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
67c0: 49 52 29 2f 66 69 6c 65 2e 63 20 7c 20 73 65 64 IR)/file.c | sed
67d0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
67e0: 52 53 49 4f 4e 20 3e 66 69 6c 65 5f 2e 63 0a 0a RSION >file_.c..
67f0: 66 69 6c 65 2e 6f 3a 09 66 69 6c 65 5f 2e 63 20 file.o:.file_.c
6800: 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 file.h $(SRCDIR
6810: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
6820: 43 43 29 20 2d 6f 20 66 69 6c 65 2e 6f 20 2d 63 CC) -o file.o -c
6830: 20 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 68 file_.c..file.h
6840: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
6850: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
6860: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
6870: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
6880: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
6890: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
68a0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
68b0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
68c0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
68d0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
68e0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
68f0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
6900: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
6910: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
6920: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
6930: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
6940: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
6950: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
6960: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
6970: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
6980: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
6990: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
69a0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
69b0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
69c0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
69d0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
69e0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
69f0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
6a00: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
6a10: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
6a20: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
6a30: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
6a40: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
6a50: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
6a60: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
6a70: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
6a80: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
6a90: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
6aa0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
6ab0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
6ac0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
6ad0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
6ae0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
6af0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
6b00: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
6b10: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
6b20: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
6b30: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
6b40: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
6b50: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
6b60: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
6b70: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
6b80: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
6b90: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
6ba0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
6bb0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
6bc0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
6bd0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
6be0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
6bf0: 61 64 65 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 aders..http_.c:.
6c00: 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 $(SRCDIR)/http.c
6c10: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
6c20: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
6c30: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
6c40: 49 52 29 2f 68 74 74 70 2e 63 20 7c 20 73 65 64 IR)/http.c | sed
6c50: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
6c60: 52 53 49 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a RSION >http_.c..
6c70: 68 74 74 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 http.o:.http_.c
6c80: 68 74 74 70 2e 68 20 20 24 28 53 52 43 44 49 52 http.h $(SRCDIR
6c90: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
6ca0: 43 43 29 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 CC) -o http.o -c
6cb0: 20 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 http_.c..http.h
6cc0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
6cd0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
6ce0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
6cf0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
6d00: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
6d10: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
6d20: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
6d30: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
6d40: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
6d50: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
6d60: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
6d70: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
6d80: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
6d90: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
6da0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
6db0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
6dc0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
6dd0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
6de0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
6df0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
6e00: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
6e10: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
6e20: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
6e30: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
6e40: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
6e50: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
6e60: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
6e70: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
6e80: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
6e90: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
6ea0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
6eb0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
6ec0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
6ed0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
6ee0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
6ef0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
6f00: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
6f10: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
6f20: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
6f30: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
6f40: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
6f50: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
6f60: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
6f70: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
6f80: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
6f90: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
6fa0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
6fb0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
6fc0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
6fd0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
6fe0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
6ff0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
7000: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
7010: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
7020: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
7030: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
7040: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
7050: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
7060: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
7070: 61 64 65 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a 09 aders..info_.c:.
7080: 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 $(SRCDIR)/info.c
7090: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
70a0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
70b0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
70c0: 49 52 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64 IR)/info.c | sed
70d0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
70e0: 52 53 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a RSION >info_.c..
70f0: 69 6e 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20 info.o:.info_.c
7100: 69 6e 66 6f 2e 68 20 20 24 28 53 52 43 44 49 52 info.h $(SRCDIR
7110: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
7120: 43 43 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63 CC) -o info.o -c
7130: 20 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 info_.c..info.h
7140: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
7150: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
7160: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
7170: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
7180: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
7190: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
71a0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
71b0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
71c0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
71d0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
71e0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
71f0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
7200: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
7210: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
7220: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
7230: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
7240: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
7250: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
7260: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
7270: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
7280: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
7290: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
72a0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
72b0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
72c0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
72d0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
72e0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
72f0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
7300: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
7310: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
7320: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
7330: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
7340: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
7350: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
7360: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
7370: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
7380: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
7390: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
73a0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
73b0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
73c0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
73d0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
73e0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
73f0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
7400: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
7410: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
7420: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
7430: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
7440: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
7450: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
7460: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
7470: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
7480: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
7490: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
74a0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
74b0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
74c0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
74d0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
74e0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
74f0: 61 64 65 72 73 0a 0a 6c 6f 67 69 6e 5f 2e 63 3a aders..login_.c:
7500: 09 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e .$(SRCDIR)/login
7510: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
7520: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
7530: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
7540: 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 7c 20 CDIR)/login.c |
7550: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
7560: 2f 56 45 52 53 49 4f 4e 20 3e 6c 6f 67 69 6e 5f /VERSION >login_
7570: 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 .c..login.o:.log
7580: 69 6e 5f 2e 63 20 6c 6f 67 69 6e 2e 68 20 20 24 in_.c login.h $
7590: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
75a0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6c 6f h..$(XTCC) -o lo
75b0: 67 69 6e 2e 6f 20 2d 63 20 6c 6f 67 69 6e 5f 2e gin.o -c login_.
75c0: 63 0a 0a 6c 6f 67 69 6e 2e 68 3a 09 6d 61 6b 65 c..login.h:.make
75d0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
75e0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
75f0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e dd.h bag_.c:bag.
7600: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
7610: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
7620: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
7630: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
7640: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
7650: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
7660: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
7670: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
7680: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
7690: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
76a0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
76b0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
76c0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
76d0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
76e0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
76f0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
7700: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
7710: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
7720: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
7730: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
7740: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
7750: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
7760: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
7770: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
7780: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
7790: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
77a0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
77b0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
77c0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
77d0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
77e0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
77f0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
7800: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
7810: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
7820: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
7830: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
7840: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
7850: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
7860: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
7870: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
7880: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
7890: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
78a0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
78b0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
78c0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
78d0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
78e0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
78f0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
7900: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
7910: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
7920: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
7930: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
7940: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
7950: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
7960: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
7970: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
7980: 0a 6d 61 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 .main_.c:.$(SRCD
7990: 49 52 29 2f 6d 61 69 6e 2e 63 20 24 28 53 52 43 IR)/main.c $(SRC
79a0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
79b0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
79c0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 61 ate $(SRCDIR)/ma
79d0: 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 in.c | sed -f $(
79e0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
79f0: 3e 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f >main_.c..main.o
7a00: 3a 09 6d 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 :.main_.c main.h
7a10: 20 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 24 28 page_index.h $(
7a20: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
7a30: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 69 ..$(XTCC) -o mai
7a40: 6e 2e 6f 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a n.o -c main_.c..
7a50: 6d 61 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 main.h:.makehead
7a60: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
7a70: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
7a80: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
7a90: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
7aa0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
7ab0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
7ac0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
7ad0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
7ae0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
7af0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
7b00: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
7b10: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
7b20: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
7b30: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
7b40: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
7b50: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
7b60: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
7b70: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
7b80: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
7b90: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
7ba0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
7bb0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
7bc0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
7bd0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
7be0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
7bf0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
7c00: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
7c10: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
7c20: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
7c30: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
7c40: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
7c50: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
7c60: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
7c70: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
7c80: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
7c90: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
7ca0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
7cb0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
7cc0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
7cd0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
7ce0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
7cf0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
7d00: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
7d10: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 tag_.c:tag.h ti
7d20: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
7d30: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 ne.h undo_.c:und
7d40: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
7d50: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
7d60: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
7d70: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
7d80: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
7d90: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
7da0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
7db0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
7dc0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
7dd0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
7de0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
7df0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
7e00: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 6e uch headers..man
7e10: 69 66 65 73 74 5f 2e 63 3a 09 24 28 53 52 43 44 ifest_.c:.$(SRCD
7e20: 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 24 IR)/manifest.c $
7e30: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
7e40: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
7e50: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
7e60: 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 7c 20 73 )/manifest.c | s
7e70: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
7e80: 56 45 52 53 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 VERSION >manifes
7e90: 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f t_.c..manifest.o
7ea0: 3a 09 6d 61 6e 69 66 65 73 74 5f 2e 63 20 6d 61 :.manifest_.c ma
7eb0: 6e 69 66 65 73 74 2e 68 20 20 24 28 53 52 43 44 nifest.h $(SRCD
7ec0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
7ed0: 58 54 43 43 29 20 2d 6f 20 6d 61 6e 69 66 65 73 XTCC) -o manifes
7ee0: 74 2e 6f 20 2d 63 20 6d 61 6e 69 66 65 73 74 5f t.o -c manifest_
7ef0: 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 68 3a 09 .c..manifest.h:.
7f00: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
7f10: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
7f20: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
7f30: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
7f40: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
7f50: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
7f60: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
7f70: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
7f80: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
7f90: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
7fa0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
7fb0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
7fc0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
7fd0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
7fe0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
7ff0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
8000: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
8010: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
8020: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
8030: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
8040: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
8050: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
8060: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
8070: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
8080: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
8090: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
80a0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
80b0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
80c0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
80d0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
80e0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
80f0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
8100: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
8110: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
8120: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
8130: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
8140: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
8150: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
8160: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
8170: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
8180: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
8190: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
81a0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
81b0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
81c0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
81d0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
81e0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
81f0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
8200: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
8210: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
8220: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
8230: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
8240: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
8250: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
8260: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
8270: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
8280: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
8290: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
82a0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
82b0: 65 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53 ers..md5_.c:.$(S
82c0: 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53 RCDIR)/md5.c $(S
82d0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
82e0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
82f0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
8300: 6d 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 md5.c | sed -f $
8310: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
8320: 20 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a >md5_.c..md5.o:
8330: 09 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24 .md5_.c md5.h $
8340: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
8350: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64 h..$(XTCC) -o md
8360: 35 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d 5.o -c md5_.c..m
8370: 64 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 d5.h:.makeheader
8380: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
8390: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
83a0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
83b0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
83c0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
83d0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
83e0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
83f0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
8400: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
8410: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
8420: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
8430: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
8440: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
8450: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
8460: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
8470: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
8480: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
8490: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
84a0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
84b0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
84c0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
84d0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
84e0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
84f0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
8500: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
8510: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
8520: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
8530: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
8540: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
8550: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
8560: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
8570: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
8580: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
8590: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
85a0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
85b0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
85c0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
85d0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
85e0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
85f0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
8600: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
8610: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
8620: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
8630: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 ag_.c:tag.h time
8640: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
8650: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
8660: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
8670: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
8680: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
8690: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
86a0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
86b0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
86c0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
86d0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
86e0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
86f0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
8700: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
8710: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
8720: 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 h headers..merge
8730: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d _.c:.$(SRCDIR)/m
8740: 65 72 67 65 2e 63 20 24 28 53 52 43 44 49 52 29 erge.c $(SRCDIR)
8750: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
8760: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
8770: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e $(SRCDIR)/merge.
8780: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
8790: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 DIR)/VERSION >me
87a0: 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 6f 3a rge_.c..merge.o:
87b0: 09 6d 65 72 67 65 5f 2e 63 20 6d 65 72 67 65 2e .merge_.c merge.
87c0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
87d0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
87e0: 6f 20 6d 65 72 67 65 2e 6f 20 2d 63 20 6d 65 72 o merge.o -c mer
87f0: 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 68 3a 09 ge_.c..merge.h:.
8800: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
8810: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
8820: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
8830: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
8840: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
8850: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
8860: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
8870: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
8880: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
8890: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
88a0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
88b0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
88c0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
88d0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
88e0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
88f0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
8900: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
8910: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
8920: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
8930: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
8940: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
8950: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
8960: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
8970: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
8980: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
8990: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
89a0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
89b0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
89c0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
89d0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
89e0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
89f0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
8a00: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
8a10: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
8a20: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
8a30: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
8a40: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
8a50: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
8a60: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
8a70: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
8a80: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
8a90: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
8aa0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
8ab0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
8ac0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
8ad0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
8ae0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
8af0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
8b00: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
8b10: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
8b20: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
8b30: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
8b40: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
8b50: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
8b60: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
8b70: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
8b80: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
8b90: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
8ba0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
8bb0: 65 72 73 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 ers..merge3_.c:.
8bc0: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 $(SRCDIR)/merge3
8bd0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
8be0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
8bf0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
8c00: 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c CDIR)/merge3.c |
8c10: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
8c20: 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 )/VERSION >merge
8c30: 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 3_.c..merge3.o:.
8c40: 6d 65 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 merge3_.c merge3
8c50: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
8c60: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
8c70: 2d 6f 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d -o merge3.o -c m
8c80: 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 erge3_.c..merge3
8c90: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
8ca0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
8cb0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
8cc0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
8cd0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
8ce0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
8cf0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
8d00: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
8d10: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
8d20: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
8d30: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
8d40: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
8d50: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
8d60: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
8d70: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
8d80: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
8d90: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
8da0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
8db0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
8dc0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
8dd0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
8de0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
8df0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
8e00: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
8e10: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
8e20: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
8e30: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
8e40: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
8e50: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
8e60: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
8e70: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
8e80: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
8e90: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
8ea0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
8eb0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
8ec0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
8ed0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
8ee0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
8ef0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
8f00: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
8f10: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
8f20: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
8f30: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
8f40: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
8f50: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 _.c:tag.h timeli
8f60: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
8f70: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
8f80: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
8f90: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
8fa0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
8fb0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
8fc0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
8fd0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
8fe0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
8ff0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
9000: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
9010: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
9020: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
9030: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
9040: 68 65 61 64 65 72 73 0a 0a 6e 61 6d 65 5f 2e 63 headers..name_.c
9050: 3a 09 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 :.$(SRCDIR)/name
9060: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
9070: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
9080: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
9090: 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 7c 20 73 CDIR)/name.c | s
90a0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
90b0: 56 45 52 53 49 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 VERSION >name_.c
90c0: 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 6d 65 5f 2e ..name.o:.name_.
90d0: 63 20 6e 61 6d 65 2e 68 20 20 24 28 53 52 43 44 c name.h $(SRCD
90e0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
90f0: 58 54 43 43 29 20 2d 6f 20 6e 61 6d 65 2e 6f 20 XTCC) -o name.o
9100: 2d 63 20 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 -c name_.c..name
9110: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
9120: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
9130: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
9140: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
9150: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
9160: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
9170: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
9180: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
9190: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
91a0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
91b0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
91c0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
91d0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
91e0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
91f0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
9200: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
9210: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
9220: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
9230: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
9240: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
9250: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
9260: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
9270: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
9280: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
9290: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
92a0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
92b0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
92c0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
92d0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
92e0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
92f0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
9300: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
9310: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
9320: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
9330: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
9340: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
9350: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
9360: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
9370: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
9380: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
9390: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
93a0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
93b0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
93c0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
93d0: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 _.c:tag.h timeli
93e0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
93f0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
9400: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
9410: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
9420: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
9430: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
9440: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
9450: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
9460: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
9470: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
9480: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
9490: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
94a0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
94b0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
94c0: 68 65 61 64 65 72 73 0a 0a 70 69 76 6f 74 5f 2e headers..pivot_.
94d0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 69 76 c:.$(SRCDIR)/piv
94e0: 6f 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ot.c $(SRCDIR)/V
94f0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
9500: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
9510: 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 SRCDIR)/pivot.c
9520: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
9530: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 69 76 6f R)/VERSION >pivo
9540: 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 6f 3a 09 70 t_.c..pivot.o:.p
9550: 69 76 6f 74 5f 2e 63 20 70 69 76 6f 74 2e 68 20 ivot_.c pivot.h
9560: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
9570: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
9580: 70 69 76 6f 74 2e 6f 20 2d 63 20 70 69 76 6f 74 pivot.o -c pivot
9590: 5f 2e 63 0a 0a 70 69 76 6f 74 2e 68 3a 09 6d 61 _.c..pivot.h:.ma
95a0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
95b0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
95c0: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
95d0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
95e0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
95f0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
9600: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
9610: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
9620: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
9630: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
9640: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
9650: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
9660: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
9670: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
9680: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
9690: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
96a0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
96b0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
96c0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
96d0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
96e0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
96f0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
9700: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
9710: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
9720: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
9730: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
9740: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
9750: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
9760: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
9770: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
9780: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
9790: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
97a0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
97b0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
97c0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
97d0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
97e0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
97f0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
9800: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
9810: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
9820: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
9830: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
9840: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
9850: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
9860: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
9870: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
9880: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
9890: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
98a0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
98b0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
98c0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
98d0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
98e0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
98f0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
9900: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
9910: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
9920: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
9930: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
9940: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
9950: 73 0a 0a 70 71 75 65 75 65 5f 2e 63 3a 09 24 28 s..pqueue_.c:.$(
9960: 53 52 43 44 49 52 29 2f 70 71 75 65 75 65 2e 63 SRCDIR)/pqueue.c
9970: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
9980: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
9990: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
99a0: 49 52 29 2f 70 71 75 65 75 65 2e 63 20 7c 20 73 IR)/pqueue.c | s
99b0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
99c0: 56 45 52 53 49 4f 4e 20 3e 70 71 75 65 75 65 5f VERSION >pqueue_
99d0: 2e 63 0a 0a 70 71 75 65 75 65 2e 6f 3a 09 70 71 .c..pqueue.o:.pq
99e0: 75 65 75 65 5f 2e 63 20 70 71 75 65 75 65 2e 68 ueue_.c pqueue.h
99f0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
9a00: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
9a10: 20 70 71 75 65 75 65 2e 6f 20 2d 63 20 70 71 75 pqueue.o -c pqu
9a20: 65 75 65 5f 2e 63 0a 0a 70 71 75 65 75 65 2e 68 eue_.c..pqueue.h
9a30: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
9a40: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
9a50: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
9a60: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
9a70: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
9a80: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
9a90: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
9aa0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
9ab0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
9ac0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
9ad0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
9ae0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
9af0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
9b00: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
9b10: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
9b20: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
9b30: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
9b40: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
9b50: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
9b60: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
9b70: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
9b80: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
9b90: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
9ba0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
9bb0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
9bc0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
9bd0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
9be0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
9bf0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
9c00: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
9c10: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
9c20: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
9c30: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
9c40: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
9c50: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
9c60: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
9c70: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
9c80: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
9c90: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
9ca0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
9cb0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
9cc0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
9cd0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
9ce0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
9cf0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
9d00: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
9d10: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
9d20: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
9d30: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
9d40: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
9d50: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
9d60: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
9d70: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
9d80: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
9d90: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
9da0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
9db0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
9dc0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
9dd0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
9de0: 61 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e 63 aders..printf_.c
9df0: 3a 09 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e :.$(SRCDIR)/prin
9e00: 74 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 tf.c $(SRCDIR)/V
9e10: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
9e20: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
9e30: 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 SRCDIR)/printf.c
9e40: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
9e50: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72 69 IR)/VERSION >pri
9e60: 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f ntf_.c..printf.o
9e70: 3a 09 70 72 69 6e 74 66 5f 2e 63 20 70 72 69 6e :.printf_.c prin
9e80: 74 66 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f tf.h $(SRCDIR)/
9e90: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
9ea0: 29 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d 63 ) -o printf.o -c
9eb0: 20 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e printf_.c..prin
9ec0: 74 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 tf.h:.makeheader
9ed0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
9ee0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
9ef0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
9f00: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
9f10: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
9f20: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
9f30: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
9f40: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
9f50: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
9f60: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
9f70: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
9f80: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
9f90: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
9fa0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
9fb0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
9fc0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
9fd0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
9fe0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
9ff0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
a000: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
a010: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
a020: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
a030: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
a040: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
a050: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
a060: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
a070: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
a080: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
a090: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
a0a0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
a0b0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
a0c0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
a0d0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
a0e0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
a0f0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
a100: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
a110: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
a120: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
a130: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
a140: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
a150: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
a160: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
a170: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
a180: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 ag_.c:tag.h time
a190: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
a1a0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
a1b0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
a1c0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
a1d0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
a1e0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
a1f0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
a200: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
a210: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
a220: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
a230: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
a240: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
a250: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
a260: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
a270: 68 20 68 65 61 64 65 72 73 0a 0a 72 65 62 75 69 h headers..rebui
a280: 6c 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 ld_.c:.$(SRCDIR)
a290: 2f 72 65 62 75 69 6c 64 2e 63 20 24 28 53 52 43 /rebuild.c $(SRC
a2a0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
a2b0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
a2c0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 65 ate $(SRCDIR)/re
a2d0: 62 75 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d 66 build.c | sed -f
a2e0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
a2f0: 4f 4e 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a 0a ON >rebuild_.c..
a300: 72 65 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 69 rebuild.o:.rebui
a310: 6c 64 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 20 ld_.c rebuild.h
a320: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
a330: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
a340: 72 65 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 62 rebuild.o -c reb
a350: 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 uild_.c..rebuild
a360: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
a370: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
a380: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
a390: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
a3a0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
a3b0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
a3c0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
a3d0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
a3e0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
a3f0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
a400: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
a410: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
a420: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
a430: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
a440: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
a450: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
a460: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
a470: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
a480: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
a490: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
a4a0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
a4b0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
a4c0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
a4d0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
a4e0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
a4f0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
a500: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
a510: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
a520: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
a530: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
a540: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
a550: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
a560: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
a570: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
a580: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
a590: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
a5a0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
a5b0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
a5c0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
a5d0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
a5e0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
a5f0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
a600: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
a610: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
a620: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 _.c:tag.h timeli
a630: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
a640: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
a650: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
a660: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
a670: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
a680: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
a690: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
a6a0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
a6b0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
a6c0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
a6d0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
a6e0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
a6f0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
a700: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
a710: 68 65 61 64 65 72 73 0a 0a 73 63 68 65 6d 61 5f headers..schema_
a720: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 63 .c:.$(SRCDIR)/sc
a730: 68 65 6d 61 2e 63 20 24 28 53 52 43 44 49 52 29 hema.c $(SRCDIR)
a740: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
a750: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
a760: 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61 $(SRCDIR)/schema
a770: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
a780: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 CDIR)/VERSION >s
a790: 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 chema_.c..schema
a7a0: 2e 6f 3a 09 73 63 68 65 6d 61 5f 2e 63 20 73 63 .o:.schema_.c sc
a7b0: 68 65 6d 61 2e 68 20 20 24 28 53 52 43 44 49 52 hema.h $(SRCDIR
a7c0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
a7d0: 43 43 29 20 2d 6f 20 73 63 68 65 6d 61 2e 6f 20 CC) -o schema.o
a7e0: 2d 63 20 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 -c schema_.c..sc
a7f0: 68 65 6d 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 hema.h:.makehead
a800: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
a810: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
a820: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
a830: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
a840: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
a850: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
a860: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
a870: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
a880: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
a890: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
a8a0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
a8b0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
a8c0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
a8d0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
a8e0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
a8f0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
a900: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
a910: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
a920: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
a930: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
a940: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
a950: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
a960: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
a970: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
a980: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
a990: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
a9a0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
a9b0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
a9c0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
a9d0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
a9e0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
a9f0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
aa00: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
aa10: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
aa20: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
aa30: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
aa40: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
aa50: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
aa60: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
aa70: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
aa80: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
aa90: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
aaa0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
aab0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 tag_.c:tag.h ti
aac0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
aad0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 ne.h undo_.c:und
aae0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
aaf0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
ab00: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
ab10: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
ab20: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
ab30: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
ab40: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
ab50: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
ab60: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
ab70: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
ab80: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
ab90: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
aba0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 65 74 uch headers..set
abb0: 75 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 up_.c:.$(SRCDIR)
abc0: 2f 73 65 74 75 70 2e 63 20 24 28 53 52 43 44 49 /setup.c $(SRCDI
abd0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
abe0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
abf0: 65 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 e $(SRCDIR)/setu
ac00: 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 p.c | sed -f $(S
ac10: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
ac20: 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e setup_.c..setup.
ac30: 6f 3a 09 73 65 74 75 70 5f 2e 63 20 73 65 74 75 o:.setup_.c setu
ac40: 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 p.h $(SRCDIR)/c
ac50: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
ac60: 20 2d 6f 20 73 65 74 75 70 2e 6f 20 2d 63 20 73 -o setup.o -c s
ac70: 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 68 etup_.c..setup.h
ac80: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
ac90: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
aca0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
acb0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
acc0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
acd0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
ace0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
acf0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
ad00: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
ad10: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
ad20: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
ad30: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
ad40: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
ad50: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
ad60: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
ad70: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
ad80: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
ad90: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
ada0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
adb0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
adc0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
add0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
ade0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
adf0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
ae00: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
ae10: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
ae20: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
ae30: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
ae40: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
ae50: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
ae60: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
ae70: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
ae80: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
ae90: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
aea0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
aeb0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
aec0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
aed0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
aee0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
aef0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
af00: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
af10: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
af20: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
af30: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
af40: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
af50: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
af60: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
af70: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
af80: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
af90: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
afa0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
afb0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
afc0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
afd0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
afe0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
aff0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
b000: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
b010: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
b020: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
b030: 61 64 65 72 73 0a 0a 73 68 61 31 5f 2e 63 3a 09 aders..sha1_.c:.
b040: 24 28 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 $(SRCDIR)/sha1.c
b050: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
b060: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
b070: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
b080: 49 52 29 2f 73 68 61 31 2e 63 20 7c 20 73 65 64 IR)/sha1.c | sed
b090: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
b0a0: 52 53 49 4f 4e 20 3e 73 68 61 31 5f 2e 63 0a 0a RSION >sha1_.c..
b0b0: 73 68 61 31 2e 6f 3a 09 73 68 61 31 5f 2e 63 20 sha1.o:.sha1_.c
b0c0: 73 68 61 31 2e 68 20 20 24 28 53 52 43 44 49 52 sha1.h $(SRCDIR
b0d0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
b0e0: 43 43 29 20 2d 6f 20 73 68 61 31 2e 6f 20 2d 63 CC) -o sha1.o -c
b0f0: 20 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 68 sha1_.c..sha1.h
b100: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
b110: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
b120: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
b130: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
b140: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
b150: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
b160: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
b170: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
b180: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
b190: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
b1a0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
b1b0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
b1c0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
b1d0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
b1e0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
b1f0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
b200: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
b210: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
b220: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
b230: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
b240: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
b250: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
b260: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
b270: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
b280: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
b290: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
b2a0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
b2b0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
b2c0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
b2d0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
b2e0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
b2f0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
b300: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
b310: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
b320: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
b330: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
b340: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
b350: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
b360: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
b370: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
b380: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
b390: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
b3a0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
b3b0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
b3c0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
b3d0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
b3e0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
b3f0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
b400: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
b410: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
b420: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
b430: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
b440: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
b450: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
b460: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
b470: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
b480: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
b490: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
b4a0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
b4b0: 61 64 65 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a aders..style_.c:
b4c0: 09 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 .$(SRCDIR)/style
b4d0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
b4e0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
b4f0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
b500: 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 CDIR)/style.c |
b510: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
b520: 2f 56 45 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f /VERSION >style_
b530: 2e 63 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 .c..style.o:.sty
b540: 6c 65 5f 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 le_.c style.h $
b550: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
b560: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74 h..$(XTCC) -o st
b570: 79 6c 65 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e yle.o -c style_.
b580: 63 0a 0a 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 c..style.h:.make
b590: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
b5a0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
b5b0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e dd.h bag_.c:bag.
b5c0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
b5d0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
b5e0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
b5f0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
b600: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
b610: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
b620: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
b630: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
b640: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
b650: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
b660: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
b670: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
b680: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
b690: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
b6a0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
b6b0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
b6c0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
b6d0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
b6e0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
b6f0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
b700: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
b710: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
b720: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
b730: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
b740: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
b750: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
b760: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
b770: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
b780: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
b790: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
b7a0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
b7b0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
b7c0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
b7d0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
b7e0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
b7f0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
b800: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
b810: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
b820: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
b830: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
b840: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
b850: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
b860: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
b870: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
b880: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
b890: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
b8a0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
b8b0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
b8c0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
b8d0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
b8e0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
b8f0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
b900: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
b910: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
b920: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
b930: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
b940: 0a 73 79 6e 63 5f 2e 63 3a 09 24 28 53 52 43 44 .sync_.c:.$(SRCD
b950: 49 52 29 2f 73 79 6e 63 2e 63 20 24 28 53 52 43 IR)/sync.c $(SRC
b960: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
b970: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
b980: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 79 ate $(SRCDIR)/sy
b990: 6e 63 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 nc.c | sed -f $(
b9a0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
b9b0: 3e 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 6f >sync_.c..sync.o
b9c0: 3a 09 73 79 6e 63 5f 2e 63 20 73 79 6e 63 2e 68 :.sync_.c sync.h
b9d0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
b9e0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
b9f0: 20 73 79 6e 63 2e 6f 20 2d 63 20 73 79 6e 63 5f sync.o -c sync_
ba00: 2e 63 0a 0a 73 79 6e 63 2e 68 3a 09 6d 61 6b 65 .c..sync.h:.make
ba10: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
ba20: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
ba30: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e dd.h bag_.c:bag.
ba40: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
ba50: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
ba60: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
ba70: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
ba80: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
ba90: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
baa0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
bab0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
bac0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
bad0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
bae0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
baf0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
bb00: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
bb10: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
bb20: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
bb30: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
bb40: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
bb50: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
bb60: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
bb70: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
bb80: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
bb90: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
bba0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
bbb0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
bbc0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
bbd0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
bbe0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
bbf0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
bc00: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
bc10: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
bc20: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
bc30: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
bc40: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
bc50: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
bc60: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
bc70: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
bc80: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
bc90: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
bca0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
bcb0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
bcc0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
bcd0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
bce0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
bcf0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
bd00: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
bd10: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
bd20: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
bd30: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
bd40: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
bd50: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
bd60: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
bd70: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
bd80: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
bd90: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
bda0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
bdb0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
bdc0: 0a 74 61 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 .tag_.c:.$(SRCDI
bdd0: 52 29 2f 74 61 67 2e 63 20 24 28 53 52 43 44 49 R)/tag.c $(SRCDI
bde0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
bdf0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
be00: 65 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 2e e $(SRCDIR)/tag.
be10: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
be20: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 61 DIR)/VERSION >ta
be30: 67 5f 2e 63 0a 0a 74 61 67 2e 6f 3a 09 74 61 67 g_.c..tag.o:.tag
be40: 5f 2e 63 20 74 61 67 2e 68 20 20 24 28 53 52 43 _.c tag.h $(SRC
be50: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
be60: 28 58 54 43 43 29 20 2d 6f 20 74 61 67 2e 6f 20 (XTCC) -o tag.o
be70: 2d 63 20 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 68 -c tag_.c..tag.h
be80: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
be90: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
bea0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
beb0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
bec0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
bed0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
bee0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
bef0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
bf00: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
bf10: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
bf20: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
bf30: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
bf40: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
bf50: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
bf60: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
bf70: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
bf80: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
bf90: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
bfa0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
bfb0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
bfc0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
bfd0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
bfe0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
bff0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
c000: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
c010: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
c020: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
c030: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
c040: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
c050: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
c060: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
c070: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
c080: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
c090: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
c0a0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
c0b0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
c0c0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
c0d0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
c0e0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
c0f0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
c100: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
c110: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
c120: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
c130: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
c140: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
c150: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
c160: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
c170: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
c180: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
c190: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
c1a0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
c1b0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
c1c0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
c1d0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
c1e0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
c1f0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
c200: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
c210: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
c220: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
c230: 61 64 65 72 73 0a 0a 74 69 6d 65 6c 69 6e 65 5f aders..timeline_
c240: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 69 .c:.$(SRCDIR)/ti
c250: 6d 65 6c 69 6e 65 2e 63 20 24 28 53 52 43 44 49 meline.c $(SRCDI
c260: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
c270: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
c280: 65 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 e $(SRCDIR)/time
c290: 6c 69 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 line.c | sed -f
c2a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
c2b0: 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a N >timeline_.c..
c2c0: 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d 65 timeline.o:.time
c2d0: 6c 69 6e 65 5f 2e 63 20 74 69 6d 65 6c 69 6e 65 line_.c timeline
c2e0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
c2f0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
c300: 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d 63 -o timeline.o -c
c310: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 timeline_.c..ti
c320: 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 meline.h:.makehe
c330: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
c340: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
c350: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
c360: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
c370: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
c380: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
c390: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
c3a0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
c3b0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
c3c0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
c3d0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
c3e0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
c3f0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
c400: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
c410: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
c420: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
c430: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
c440: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
c450: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
c460: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
c470: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
c480: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
c490: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
c4a0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
c4b0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
c4c0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
c4d0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
c4e0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
c4f0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
c500: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
c510: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
c520: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
c530: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
c540: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
c550: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
c560: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
c570: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
c580: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
c590: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
c5a0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
c5b0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
c5c0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
c5d0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
c5e0: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
c5f0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
c600: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
c610: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
c620: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
c630: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
c640: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
c650: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
c660: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
c670: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
c680: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
c690: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
c6a0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
c6b0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
c6c0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
c6d0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 touch headers..u
c6e0: 6e 64 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ndo_.c:.$(SRCDIR
c6f0: 29 2f 75 6e 64 6f 2e 63 20 24 28 53 52 43 44 49 )/undo.c $(SRCDI
c700: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
c710: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
c720: 65 20 24 28 53 52 43 44 49 52 29 2f 75 6e 64 6f e $(SRCDIR)/undo
c730: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
c740: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 CDIR)/VERSION >u
c750: 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 6f 3a 09 ndo_.c..undo.o:.
c760: 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f 2e 68 20 20 undo_.c undo.h
c770: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
c780: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 .h..$(XTCC) -o u
c790: 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64 6f 5f 2e 63 ndo.o -c undo_.c
c7a0: 0a 0a 75 6e 64 6f 2e 68 3a 09 6d 61 6b 65 68 65 ..undo.h:.makehe
c7b0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
c7c0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
c7d0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
c7e0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
c7f0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
c800: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
c810: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
c820: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
c830: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
c840: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
c850: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
c860: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
c870: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
c880: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
c890: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
c8a0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
c8b0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
c8c0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
c8d0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
c8e0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
c8f0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
c900: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
c910: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
c920: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
c930: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
c940: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
c950: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
c960: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
c970: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
c980: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
c990: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
c9a0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
c9b0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
c9c0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
c9d0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
c9e0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
c9f0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
ca00: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
ca10: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
ca20: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
ca30: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
ca40: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
ca50: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
ca60: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
ca70: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
ca80: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
ca90: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
caa0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
cab0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
cac0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
cad0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
cae0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
caf0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
cb00: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
cb10: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
cb20: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
cb30: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
cb40: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
cb50: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 touch headers..u
cb60: 70 64 61 74 65 5f 2e 63 3a 09 24 28 53 52 43 44 pdate_.c:.$(SRCD
cb70: 49 52 29 2f 75 70 64 61 74 65 2e 63 20 24 28 53 IR)/update.c $(S
cb80: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
cb90: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
cba0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
cbb0: 75 70 64 61 74 65 2e 63 20 7c 20 73 65 64 20 2d update.c | sed -
cbc0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
cbd0: 49 4f 4e 20 3e 75 70 64 61 74 65 5f 2e 63 0a 0a ION >update_.c..
cbe0: 75 70 64 61 74 65 2e 6f 3a 09 75 70 64 61 74 65 update.o:.update
cbf0: 5f 2e 63 20 75 70 64 61 74 65 2e 68 20 20 24 28 _.c update.h $(
cc00: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
cc10: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 70 64 ..$(XTCC) -o upd
cc20: 61 74 65 2e 6f 20 2d 63 20 75 70 64 61 74 65 5f ate.o -c update_
cc30: 2e 63 0a 0a 75 70 64 61 74 65 2e 68 3a 09 6d 61 .c..update.h:.ma
cc40: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
cc50: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
cc60: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
cc70: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
cc80: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
cc90: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
cca0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
ccb0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
ccc0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
ccd0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
cce0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
ccf0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
cd00: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
cd10: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
cd20: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
cd30: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
cd40: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
cd50: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
cd60: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
cd70: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
cd80: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
cd90: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
cda0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
cdb0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
cdc0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
cdd0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
cde0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
cdf0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
ce00: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
ce10: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
ce20: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
ce30: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
ce40: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
ce50: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
ce60: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
ce70: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
ce80: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
ce90: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
cea0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
ceb0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
cec0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
ced0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
cee0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
cef0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
cf00: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
cf10: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
cf20: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
cf30: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
cf40: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
cf50: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
cf60: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
cf70: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
cf80: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
cf90: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
cfa0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
cfb0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
cfc0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
cfd0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
cfe0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
cff0: 73 0a 0a 75 72 6c 5f 2e 63 3a 09 24 28 53 52 43 s..url_.c:.$(SRC
d000: 44 49 52 29 2f 75 72 6c 2e 63 20 24 28 53 52 43 DIR)/url.c $(SRC
d010: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
d020: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
d030: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 72 ate $(SRCDIR)/ur
d040: 6c 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 l.c | sed -f $(S
d050: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
d060: 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f 3a 09 75 url_.c..url.o:.u
d070: 72 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 24 28 53 rl_.c url.h $(S
d080: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
d090: 09 24 28 58 54 43 43 29 20 2d 6f 20 75 72 6c 2e .$(XTCC) -o url.
d0a0: 6f 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a 75 72 6c o -c url_.c..url
d0b0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
d0c0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
d0d0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
d0e0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
d0f0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
d100: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
d110: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
d120: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
d130: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
d140: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
d150: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
d160: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
d170: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
d180: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
d190: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
d1a0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
d1b0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
d1c0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
d1d0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
d1e0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
d1f0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
d200: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
d210: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
d220: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
d230: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
d240: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
d250: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
d260: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
d270: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
d280: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
d290: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
d2a0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
d2b0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
d2c0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
d2d0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
d2e0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
d2f0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
d300: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
d310: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
d320: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
d330: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
d340: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
d350: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
d360: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
d370: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 _.c:tag.h timeli
d380: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
d390: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
d3a0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
d3b0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
d3c0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
d3d0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
d3e0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
d3f0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
d400: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
d410: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
d420: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
d430: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
d440: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
d450: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
d460: 68 65 61 64 65 72 73 0a 0a 75 73 65 72 5f 2e 63 headers..user_.c
d470: 3a 09 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 :.$(SRCDIR)/user
d480: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
d490: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
d4a0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
d4b0: 43 44 49 52 29 2f 75 73 65 72 2e 63 20 7c 20 73 CDIR)/user.c | s
d4c0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
d4d0: 56 45 52 53 49 4f 4e 20 3e 75 73 65 72 5f 2e 63 VERSION >user_.c
d4e0: 0a 0a 75 73 65 72 2e 6f 3a 09 75 73 65 72 5f 2e ..user.o:.user_.
d4f0: 63 20 75 73 65 72 2e 68 20 20 24 28 53 52 43 44 c user.h $(SRCD
d500: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
d510: 58 54 43 43 29 20 2d 6f 20 75 73 65 72 2e 6f 20 XTCC) -o user.o
d520: 2d 63 20 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 -c user_.c..user
d530: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
d540: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
d550: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
d560: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
d570: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
d580: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
d590: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
d5a0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
d5b0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
d5c0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
d5d0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
d5e0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
d5f0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
d600: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
d610: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
d620: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
d630: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
d640: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
d650: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
d660: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
d670: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
d680: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
d690: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
d6a0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
d6b0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
d6c0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
d6d0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
d6e0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
d6f0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
d700: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
d710: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
d720: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
d730: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
d740: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
d750: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
d760: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
d770: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
d780: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
d790: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
d7a0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
d7b0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
d7c0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
d7d0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
d7e0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
d7f0: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 _.c:tag.h timeli
d800: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
d810: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
d820: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
d830: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
d840: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
d850: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
d860: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
d870: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
d880: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
d890: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
d8a0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
d8b0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
d8c0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
d8d0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
d8e0: 68 65 61 64 65 72 73 0a 0a 76 65 72 69 66 79 5f headers..verify_
d8f0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 65 .c:.$(SRCDIR)/ve
d900: 72 69 66 79 2e 63 20 24 28 53 52 43 44 49 52 29 rify.c $(SRCDIR)
d910: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
d920: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
d930: 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 $(SRCDIR)/verify
d940: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
d950: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 CDIR)/VERSION >v
d960: 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 erify_.c..verify
d970: 2e 6f 3a 09 76 65 72 69 66 79 5f 2e 63 20 76 65 .o:.verify_.c ve
d980: 72 69 66 79 2e 68 20 20 24 28 53 52 43 44 49 52 rify.h $(SRCDIR
d990: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
d9a0: 43 43 29 20 2d 6f 20 76 65 72 69 66 79 2e 6f 20 CC) -o verify.o
d9b0: 2d 63 20 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 -c verify_.c..ve
d9c0: 72 69 66 79 2e 68 3a 09 6d 61 6b 65 68 65 61 64 rify.h:.makehead
d9d0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
d9e0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
d9f0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
da00: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
da10: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
da20: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
da30: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
da40: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
da50: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
da60: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
da70: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
da80: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
da90: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
daa0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
dab0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
dac0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
dad0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
dae0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
daf0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
db00: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
db10: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
db20: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
db30: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
db40: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
db50: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
db60: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
db70: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
db80: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
db90: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
dba0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
dbb0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
dbc0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
dbd0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
dbe0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
dbf0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
dc00: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
dc10: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
dc20: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
dc30: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
dc40: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
dc50: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
dc60: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
dc70: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
dc80: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 tag_.c:tag.h ti
dc90: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
dca0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 ne.h undo_.c:und
dcb0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
dcc0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
dcd0: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
dce0: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
dcf0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
dd00: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
dd10: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
dd20: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
dd30: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
dd40: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
dd50: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
dd60: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
dd70: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76 66 69 uch headers..vfi
dd80: 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 le_.c:.$(SRCDIR)
dd90: 2f 76 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49 /vfile.c $(SRCDI
dda0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
ddb0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
ddc0: 65 20 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c e $(SRCDIR)/vfil
ddd0: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
dde0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
ddf0: 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e vfile_.c..vfile.
de00: 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 76 66 69 6c o:.vfile_.c vfil
de10: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 e.h $(SRCDIR)/c
de20: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
de30: 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 2d 63 20 76 -o vfile.o -c v
de40: 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e 68 file_.c..vfile.h
de50: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
de60: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
de70: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
de80: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
de90: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
dea0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
deb0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
dec0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
ded0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
dee0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
def0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
df00: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
df10: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
df20: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
df30: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
df40: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
df50: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
df60: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
df70: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
df80: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
df90: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
dfa0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
dfb0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
dfc0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
dfd0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
dfe0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
dff0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
e000: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
e010: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
e020: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
e030: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
e040: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
e050: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
e060: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
e070: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
e080: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
e090: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
e0a0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
e0b0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
e0c0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
e0d0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
e0e0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
e0f0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
e100: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
e110: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
e120: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
e130: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
e140: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
e150: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
e160: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
e170: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
e180: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
e190: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
e1a0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
e1b0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
e1c0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
e1d0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
e1e0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
e1f0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
e200: 61 64 65 72 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 aders..wiki_.c:.
e210: 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 $(SRCDIR)/wiki.c
e220: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
e230: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
e240: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
e250: 49 52 29 2f 77 69 6b 69 2e 63 20 7c 20 73 65 64 IR)/wiki.c | sed
e260: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
e270: 52 53 49 4f 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a RSION >wiki_.c..
e280: 77 69 6b 69 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 wiki.o:.wiki_.c
e290: 77 69 6b 69 2e 68 20 20 24 28 53 52 43 44 49 52 wiki.h $(SRCDIR
e2a0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
e2b0: 43 43 29 20 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 CC) -o wiki.o -c
e2c0: 20 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 wiki_.c..wiki.h
e2d0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
e2e0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
e2f0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
e300: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
e310: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
e320: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
e330: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
e340: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
e350: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
e360: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
e370: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
e380: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
e390: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
e3a0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
e3b0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
e3c0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
e3d0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
e3e0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
e3f0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
e400: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
e410: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
e420: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
e430: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
e440: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
e450: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
e460: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
e470: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
e480: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
e490: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
e4a0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
e4b0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
e4c0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
e4d0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
e4e0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
e4f0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
e500: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
e510: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
e520: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
e530: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
e540: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
e550: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
e560: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
e570: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
e580: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
e590: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
e5a0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
e5b0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
e5c0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
e5d0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
e5e0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
e5f0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
e600: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
e610: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
e620: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
e630: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
e640: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
e650: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
e660: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
e670: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
e680: 61 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61 aders..wikiforma
e690: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f t_.c:.$(SRCDIR)/
e6a0: 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53 wikiformat.c $(S
e6b0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
e6c0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
e6d0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
e6e0: 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73 wikiformat.c | s
e6f0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
e700: 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72 VERSION >wikifor
e710: 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d mat_.c..wikiform
e720: 61 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74 at.o:.wikiformat
e730: 5f 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c wikiformat.h
e740: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
e750: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
e760: 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63 wikiformat.o -c
e770: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a wikiformat_.c..
e780: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 wikiformat.h:.ma
e790: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
e7a0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
e7b0: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
e7c0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
e7d0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
e7e0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
e7f0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
e800: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
e810: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
e820: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
e830: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
e840: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
e850: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
e860: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
e870: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
e880: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
e890: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
e8a0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
e8b0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
e8c0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
e8d0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
e8e0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
e8f0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
e900: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
e910: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
e920: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
e930: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
e940: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
e950: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
e960: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
e970: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
e980: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
e990: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
e9a0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
e9b0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
e9c0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
e9d0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
e9e0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
e9f0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
ea00: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
ea10: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
ea20: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
ea30: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
ea40: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
ea50: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
ea60: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
ea70: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
ea80: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
ea90: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
eaa0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
eab0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
eac0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
ead0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
eae0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
eaf0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
eb00: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
eb10: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
eb20: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
eb30: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
eb40: 73 0a 0a 78 66 65 72 5f 2e 63 3a 09 24 28 53 52 s..xfer_.c:.$(SR
eb50: 43 44 49 52 29 2f 78 66 65 72 2e 63 20 24 28 53 CDIR)/xfer.c $(S
eb60: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
eb70: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
eb80: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
eb90: 78 66 65 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 xfer.c | sed -f
eba0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
ebb0: 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 N >xfer_.c..xfer
ebc0: 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78 66 65 72 .o:.xfer_.c xfer
ebd0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
ebe0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
ebf0: 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20 78 66 65 -o xfer.o -c xfe
ec00: 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a 09 6d 61 r_.c..xfer.h:.ma
ec10: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
ec20: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
ec30: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
ec40: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
ec50: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
ec60: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
ec70: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
ec80: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
ec90: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
eca0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
ecb0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
ecc0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
ecd0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
ece0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
ecf0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
ed00: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
ed10: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
ed20: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
ed30: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
ed40: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
ed50: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
ed60: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
ed70: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
ed80: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
ed90: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
eda0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
edb0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
edc0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
edd0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
ede0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
edf0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
ee00: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
ee10: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
ee20: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
ee30: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
ee40: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
ee50: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
ee60: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
ee70: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
ee80: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
ee90: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
eea0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
eeb0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
eec0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
eed0: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
eee0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
eef0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
ef00: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
ef10: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
ef20: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
ef30: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
ef40: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
ef50: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
ef60: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
ef70: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
ef80: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
ef90: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
efa0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
efb0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
efc0: 73 0a 0a 7a 69 70 5f 2e 63 3a 09 24 28 53 52 43 s..zip_.c:.$(SRC
efd0: 44 49 52 29 2f 7a 69 70 2e 63 20 24 28 53 52 43 DIR)/zip.c $(SRC
efe0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
eff0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
f000: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 7a 69 ate $(SRCDIR)/zi
f010: 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 p.c | sed -f $(S
f020: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
f030: 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 6f 3a 09 7a zip_.c..zip.o:.z
f040: 69 70 5f 2e 63 20 7a 69 70 2e 68 20 20 24 28 53 ip_.c zip.h $(S
f050: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
f060: 09 24 28 58 54 43 43 29 20 2d 6f 20 7a 69 70 2e .$(XTCC) -o zip.
f070: 6f 20 2d 63 20 7a 69 70 5f 2e 63 0a 0a 7a 69 70 o -c zip_.c..zip
f080: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
f090: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
f0a0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
f0b0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
f0c0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
f0d0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
f0e0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
f0f0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
f100: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
f110: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
f120: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
f130: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
f140: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
f150: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
f160: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
f170: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
f180: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
f190: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
f1a0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
f1b0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
f1c0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
f1d0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
f1e0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
f1f0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
f200: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
f210: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
f220: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
f230: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
f240: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
f250: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
f260: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
f270: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
f280: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
f290: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
f2a0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
f2b0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
f2c0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
f2d0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
f2e0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
f2f0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
f300: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
f310: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
f320: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
f330: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
f340: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 _.c:tag.h timeli
f350: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
f360: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
f370: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
f380: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
f390: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
f3a0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
f3b0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
f3c0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
f3d0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
f3e0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
f3f0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
f400: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
f410: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
f420: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
f430: 68 65 61 64 65 72 73 0a 0a 73 71 6c 69 74 65 33 headers..sqlite3
f440: 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 2f 73 71 .o:.$(SRCDIR)/sq
f450: 6c 69 74 65 33 2e 63 0a 09 24 28 58 54 43 43 29 lite3.c..$(XTCC)
f460: 20 2d 44 53 51 4c 49 54 45 5f 4f 4d 49 54 5f 4c -DSQLITE_OMIT_L
f470: 4f 41 44 5f 45 58 54 45 4e 53 49 4f 4e 3d 31 20 OAD_EXTENSION=1
f480: 2d 44 53 51 4c 49 54 45 5f 50 52 49 56 41 54 45 -DSQLITE_PRIVATE
f490: 3d 20 2d 44 54 48 52 45 41 44 53 41 46 45 3d 30 = -DTHREADSAFE=0
f4a0: 20 2d 44 53 51 4c 49 54 45 5f 44 45 46 41 55 4c -DSQLITE_DEFAUL
f4b0: 54 5f 46 49 4c 45 5f 46 4f 52 4d 41 54 3d 34 20 T_FILE_FORMAT=4
f4c0: 2d 63 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c -c $(SRCDIR)/sql
f4d0: 69 74 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74 65 ite3.c -o sqlite
f4e0: 33 2e 6f 0a 0a 3.o..