Artifact 045138036bbf1c7e462a394080b6005e16a3c084:
File
src/main.mk
part of check-in
[def4449a87]
- Add the "baseline" command that shows the UUID of the fossil baseline
from which the fossil executable was built.
by
drh on
2007-08-25 19:39:58.
0000: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 69 # This file is i
0010: 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75 78 ncluded by linux
0020: 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75 78 -gcc.mk or linux
0030: 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f 73 -mingw.mk or pos
0040: 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74 68 sible.# some oth
0050: 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20 54 er makefiles. T
0060: 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69 6e his file contain
0070: 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61 74 s the rules that
0080: 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74 6f are common.# to
0090: 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72 64 building regard
00a0: 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72 67 less of the targ
00b0: 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24 28 et..#..XTCC = $(
00c0: 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20 2d TCC) $(CFLAGS) -
00d0: 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a 0a I. -I$(SRCDIR)..
00e0: 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52 43 .SRC = \. $(SRC
00f0: 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20 24 DIR)/add.c \. $
0100: 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 (SRCDIR)/blob.c
0110: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 67 \. $(SRCDIR)/cg
0120: 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 i.c \. $(SRCDIR
0130: 29 2f 63 68 65 63 6b 69 6e 2e 63 20 5c 0a 20 20 )/checkin.c \.
0140: 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b 6f $(SRCDIR)/checko
0150: 75 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ut.c \. $(SRCDI
0160: 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 5c R)/clearsign.c \
0170: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c 6f . $(SRCDIR)/clo
0180: 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ne.c \. $(SRCDI
0190: 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 5c R)/comformat.c \
01a0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e . $(SRCDIR)/con
01b0: 74 65 6e 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 tent.c \. $(SRC
01c0: 44 49 52 29 2f 64 62 2e 63 20 5c 0a 20 20 24 28 DIR)/db.c \. $(
01d0: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 SRCDIR)/delta.c
01e0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 \. $(SRCDIR)/de
01f0: 6c 74 61 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 ltacmd.c \. $(S
0200: 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e RCDIR)/descenden
0210: 74 73 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ts.c \. $(SRCDI
0220: 52 29 2f 64 69 66 66 2e 63 20 5c 0a 20 20 24 28 R)/diff.c \. $(
0230: 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e SRCDIR)/diffcmd.
0240: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0250: 65 6e 63 6f 64 65 2e 63 20 5c 0a 20 20 24 28 53 encode.c \. $(S
0260: 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 5c 0a RCDIR)/file.c \.
0270: 20 20 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 $(SRCDIR)/http
0280: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0290: 2f 69 6e 66 6f 2e 63 20 5c 0a 20 20 24 28 53 52 /info.c \. $(SR
02a0: 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 5c 0a CDIR)/login.c \.
02b0: 20 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e $(SRCDIR)/main
02c0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
02d0: 2f 6d 61 6e 69 66 65 73 74 2e 63 20 5c 0a 20 20 /manifest.c \.
02e0: 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 $(SRCDIR)/md5.c
02f0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 65 \. $(SRCDIR)/me
0300: 72 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 rge.c \. $(SRCD
0310: 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 5c 0a 20 IR)/merge3.c \.
0320: 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e $(SRCDIR)/name.
0330: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0340: 70 69 76 6f 74 2e 63 20 5c 0a 20 20 24 28 53 52 pivot.c \. $(SR
0350: 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 5c CDIR)/printf.c \
0360: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72 65 62 . $(SRCDIR)/reb
0370: 75 69 6c 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 uild.c \. $(SRC
0380: 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 5c 0a DIR)/schema.c \.
0390: 20 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 $(SRCDIR)/setu
03a0: 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 p.c \. $(SRCDIR
03b0: 29 2f 73 68 61 31 2e 63 20 5c 0a 20 20 24 28 53 )/sha1.c \. $(S
03c0: 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c RCDIR)/style.c \
03d0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e . $(SRCDIR)/syn
03e0: 63 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 c.c \. $(SRCDIR
03f0: 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 5c 0a 20 )/timeline.c \.
0400: 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 $(SRCDIR)/updat
0410: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 e.c \. $(SRCDIR
0420: 29 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53 52 )/url.c \. $(SR
0430: 43 44 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a 20 CDIR)/user.c \.
0440: 20 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 $(SRCDIR)/verif
0450: 79 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 y.c \. $(SRCDIR
0460: 29 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 )/vfile.c \. $(
0470: 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 5c SRCDIR)/wiki.c \
0480: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b . $(SRCDIR)/wik
0490: 69 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 iformat.c \. $(
04a0: 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 5c SRCDIR)/xfer.c \
04b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 7a 69 70 . $(SRCDIR)/zip
04c0: 2e 63 0a 0a 54 52 41 4e 53 5f 53 52 43 20 3d 20 .c..TRANS_SRC =
04d0: 5c 0a 20 20 61 64 64 5f 2e 63 20 5c 0a 20 20 62 \. add_.c \. b
04e0: 6c 6f 62 5f 2e 63 20 5c 0a 20 20 63 67 69 5f 2e lob_.c \. cgi_.
04f0: 63 20 5c 0a 20 20 63 68 65 63 6b 69 6e 5f 2e 63 c \. checkin_.c
0500: 20 5c 0a 20 20 63 68 65 63 6b 6f 75 74 5f 2e 63 \. checkout_.c
0510: 20 5c 0a 20 20 63 6c 65 61 72 73 69 67 6e 5f 2e \. clearsign_.
0520: 63 20 5c 0a 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c c \. clone_.c \
0530: 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 . comformat_.c
0540: 5c 0a 20 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c \. content_.c \
0550: 0a 20 20 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c . db_.c \. del
0560: 74 61 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63 ta_.c \. deltac
0570: 6d 64 5f 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e md_.c \. descen
0580: 64 65 6e 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66 dents_.c \. dif
0590: 66 5f 2e 63 20 5c 0a 20 20 64 69 66 66 63 6d 64 f_.c \. diffcmd
05a0: 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e _.c \. encode_.
05b0: 63 20 5c 0a 20 20 66 69 6c 65 5f 2e 63 20 5c 0a c \. file_.c \.
05c0: 20 20 68 74 74 70 5f 2e 63 20 5c 0a 20 20 69 6e http_.c \. in
05d0: 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f fo_.c \. login_
05e0: 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c .c \. main_.c \
05f0: 0a 20 20 6d 61 6e 69 66 65 73 74 5f 2e 63 20 5c . manifest_.c \
0600: 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a 20 20 6d 65 . md5_.c \. me
0610: 72 67 65 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 rge_.c \. merge
0620: 33 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65 5f 2e 63 3_.c \. name_.c
0630: 20 5c 0a 20 20 70 69 76 6f 74 5f 2e 63 20 5c 0a \. pivot_.c \.
0640: 20 20 70 72 69 6e 74 66 5f 2e 63 20 5c 0a 20 20 printf_.c \.
0650: 72 65 62 75 69 6c 64 5f 2e 63 20 5c 0a 20 20 73 rebuild_.c \. s
0660: 63 68 65 6d 61 5f 2e 63 20 5c 0a 20 20 73 65 74 chema_.c \. set
0670: 75 70 5f 2e 63 20 5c 0a 20 20 73 68 61 31 5f 2e up_.c \. sha1_.
0680: 63 20 5c 0a 20 20 73 74 79 6c 65 5f 2e 63 20 5c c \. style_.c \
0690: 0a 20 20 73 79 6e 63 5f 2e 63 20 5c 0a 20 20 74 . sync_.c \. t
06a0: 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a 20 20 75 imeline_.c \. u
06b0: 70 64 61 74 65 5f 2e 63 20 5c 0a 20 20 75 72 6c pdate_.c \. url
06c0: 5f 2e 63 20 5c 0a 20 20 75 73 65 72 5f 2e 63 20 _.c \. user_.c
06d0: 5c 0a 20 20 76 65 72 69 66 79 5f 2e 63 20 5c 0a \. verify_.c \.
06e0: 20 20 76 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 77 vfile_.c \. w
06f0: 69 6b 69 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 66 iki_.c \. wikif
0700: 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 78 66 65 ormat_.c \. xfe
0710: 72 5f 2e 63 20 5c 0a 20 20 7a 69 70 5f 2e 63 0a r_.c \. zip_.c.
0720: 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61 64 64 2e 6f .OBJ = \. add.o
0730: 20 5c 0a 20 20 62 6c 6f 62 2e 6f 20 5c 0a 20 20 \. blob.o \.
0740: 63 67 69 2e 6f 20 5c 0a 20 20 63 68 65 63 6b 69 cgi.o \. checki
0750: 6e 2e 6f 20 5c 0a 20 20 63 68 65 63 6b 6f 75 74 n.o \. checkout
0760: 2e 6f 20 5c 0a 20 20 63 6c 65 61 72 73 69 67 6e .o \. clearsign
0770: 2e 6f 20 5c 0a 20 20 63 6c 6f 6e 65 2e 6f 20 5c .o \. clone.o \
0780: 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 5c . comformat.o \
0790: 0a 20 20 63 6f 6e 74 65 6e 74 2e 6f 20 5c 0a 20 . content.o \.
07a0: 20 64 62 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 2e db.o \. delta.
07b0: 6f 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 2e 6f o \. deltacmd.o
07c0: 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 73 \. descendents
07d0: 2e 6f 20 5c 0a 20 20 64 69 66 66 2e 6f 20 5c 0a .o \. diff.o \.
07e0: 20 20 64 69 66 66 63 6d 64 2e 6f 20 5c 0a 20 20 diffcmd.o \.
07f0: 65 6e 63 6f 64 65 2e 6f 20 5c 0a 20 20 66 69 6c encode.o \. fil
0800: 65 2e 6f 20 5c 0a 20 20 68 74 74 70 2e 6f 20 5c e.o \. http.o \
0810: 0a 20 20 69 6e 66 6f 2e 6f 20 5c 0a 20 20 6c 6f . info.o \. lo
0820: 67 69 6e 2e 6f 20 5c 0a 20 20 6d 61 69 6e 2e 6f gin.o \. main.o
0830: 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 2e 6f 20 \. manifest.o
0840: 5c 0a 20 20 6d 64 35 2e 6f 20 5c 0a 20 20 6d 65 \. md5.o \. me
0850: 72 67 65 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 33 rge.o \. merge3
0860: 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f 20 5c 0a .o \. name.o \.
0870: 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20 20 70 72 pivot.o \. pr
0880: 69 6e 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69 intf.o \. rebui
0890: 6c 64 2e 6f 20 5c 0a 20 20 73 63 68 65 6d 61 2e ld.o \. schema.
08a0: 6f 20 5c 0a 20 20 73 65 74 75 70 2e 6f 20 5c 0a o \. setup.o \.
08b0: 20 20 73 68 61 31 2e 6f 20 5c 0a 20 20 73 74 79 sha1.o \. sty
08c0: 6c 65 2e 6f 20 5c 0a 20 20 73 79 6e 63 2e 6f 20 le.o \. sync.o
08d0: 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 5c \. timeline.o \
08e0: 0a 20 20 75 70 64 61 74 65 2e 6f 20 5c 0a 20 20 . update.o \.
08f0: 75 72 6c 2e 6f 20 5c 0a 20 20 75 73 65 72 2e 6f url.o \. user.o
0900: 20 5c 0a 20 20 76 65 72 69 66 79 2e 6f 20 5c 0a \. verify.o \.
0910: 20 20 76 66 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 vfile.o \. wi
0920: 6b 69 2e 6f 20 5c 0a 20 20 77 69 6b 69 66 6f 72 ki.o \. wikifor
0930: 6d 61 74 2e 6f 20 5c 0a 20 20 78 66 65 72 2e 6f mat.o \. xfer.o
0940: 20 5c 0a 20 20 7a 69 70 2e 6f 0a 0a 41 50 50 4e \. zip.o..APPN
0950: 41 4d 45 20 3d 20 66 6f 73 73 69 6c 24 28 45 29 AME = fossil$(E)
0960: 0a 0a 0a 0a 61 6c 6c 3a 09 24 28 41 50 50 4e 41 ....all:.$(APPNA
0970: 4d 45 29 0a 0a 69 6e 73 74 61 6c 6c 3a 09 24 28 ME)..install:.$(
0980: 41 50 50 4e 41 4d 45 29 0a 09 6d 76 20 24 28 41 APPNAME)..mv $(A
0990: 50 50 4e 41 4d 45 29 20 24 28 49 4e 53 54 41 4c PPNAME) $(INSTAL
09a0: 4c 44 49 52 29 0a 0a 74 72 61 6e 73 6c 61 74 65 LDIR)..translate
09b0: 3a 09 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e :.$(SRCDIR)/tran
09c0: 73 6c 61 74 65 2e 63 0a 09 24 28 42 43 43 29 20 slate.c..$(BCC)
09d0: 2d 6f 20 74 72 61 6e 73 6c 61 74 65 20 24 28 53 -o translate $(S
09e0: 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65 RCDIR)/translate
09f0: 2e 63 0a 0a 6d 61 6b 65 68 65 61 64 65 72 73 3a .c..makeheaders:
0a00: 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 .$(SRCDIR)/makeh
0a10: 65 61 64 65 72 73 2e 63 0a 09 24 28 42 43 43 29 eaders.c..$(BCC)
0a20: 20 2d 6f 20 6d 61 6b 65 68 65 61 64 65 72 73 20 -o makeheaders
0a30: 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 $(SRCDIR)/makehe
0a40: 61 64 65 72 73 2e 63 0a 0a 6d 6b 69 6e 64 65 78 aders.c..mkindex
0a50: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e :.$(SRCDIR)/mkin
0a60: 64 65 78 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f dex.c..$(BCC) -o
0a70: 20 6d 6b 69 6e 64 65 78 20 24 28 53 52 43 44 49 mkindex $(SRCDI
0a80: 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 0a 56 45 R)/mkindex.c..VE
0a90: 52 53 49 4f 4e 2e 68 3a 09 24 28 53 52 43 44 49 RSION.h:.$(SRCDI
0aa0: 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 R)/../manifest.u
0ab0: 75 69 64 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e uid..awk '{ prin
0ac0: 74 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 tf "#define MANI
0ad0: 46 45 53 54 5f 55 55 49 44 20 5c 22 25 73 5c 22 FEST_UUID \"%s\"
0ae0: 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52 \n", $$1}' $(SR
0af0: 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 CDIR)/../manifes
0b00: 74 2e 75 75 69 64 20 3e 56 45 52 53 49 4f 4e 2e t.uuid >VERSION.
0b10: 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09 68 h..$(APPNAME):.h
0b20: 65 61 64 65 72 73 20 24 28 4f 42 4a 29 20 73 71 eaders $(OBJ) sq
0b30: 6c 69 74 65 33 2e 6f 0a 09 24 28 54 43 43 29 20 lite3.o..$(TCC)
0b40: 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 -o $(APPNAME) $(
0b50: 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 24 OBJ) sqlite3.o $
0b60: 28 4c 49 42 29 0a 0a 63 6c 65 61 6e 3a 09 0a 09 (LIB)..clean:...
0b70: 72 6d 20 2d 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 rm -f *.o *_.c $
0b80: 28 41 50 50 4e 41 4d 45 29 0a 09 72 6d 20 2d 66 (APPNAME)..rm -f
0b90: 20 74 72 61 6e 73 6c 61 74 65 20 6d 61 6b 65 68 translate makeh
0ba0: 65 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 70 eaders mkindex p
0bb0: 61 67 65 5f 69 6e 64 65 78 2e 68 20 68 65 61 64 age_index.h head
0bc0: 65 72 73 0a 09 72 6d 20 2d 66 20 61 64 64 2e 68 ers..rm -f add.h
0bd0: 20 62 6c 6f 62 2e 68 20 63 67 69 2e 68 20 63 68 blob.h cgi.h ch
0be0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
0bf0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .h clearsign.h c
0c00: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
0c10: 2e 68 20 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e .h content.h db.
0c20: 68 20 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 h delta.h deltac
0c30: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
0c40: 2e 68 20 64 69 66 66 2e 68 20 64 69 66 66 63 6d .h diff.h diffcm
0c50: 64 2e 68 20 65 6e 63 6f 64 65 2e 68 20 66 69 6c d.h encode.h fil
0c60: 65 2e 68 20 68 74 74 70 2e 68 20 69 6e 66 6f 2e e.h http.h info.
0c70: 68 20 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 2e 68 h login.h main.h
0c80: 20 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 2e manifest.h md5.
0c90: 68 20 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 h merge.h merge3
0ca0: 2e 68 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e .h name.h pivot.
0cb0: 68 20 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 h printf.h rebui
0cc0: 6c 64 2e 68 20 73 63 68 65 6d 61 2e 68 20 73 65 ld.h schema.h se
0cd0: 74 75 70 2e 68 20 73 68 61 31 2e 68 20 73 74 79 tup.h sha1.h sty
0ce0: 6c 65 2e 68 20 73 79 6e 63 2e 68 20 74 69 6d 65 le.h sync.h time
0cf0: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 2e 68 20 line.h update.h
0d00: 75 72 6c 2e 68 20 75 73 65 72 2e 68 20 76 65 72 url.h user.h ver
0d10: 69 66 79 2e 68 20 76 66 69 6c 65 2e 68 20 77 69 ify.h vfile.h wi
0d20: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 2e ki.h wikiformat.
0d30: 68 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a h xfer.h zip.h..
0d40: 68 65 61 64 65 72 73 3a 09 6d 61 6b 65 68 65 61 headers:.makehea
0d50: 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 24 28 54 ders mkindex $(T
0d60: 52 41 4e 53 5f 53 52 43 29 0a 09 2e 2f 6d 61 6b RANS_SRC).../mak
0d70: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
0d80: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :add.h blob_.c:b
0d90: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 lob.h cgi_.c:cgi
0da0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
0db0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
0dc0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
0dd0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
0de0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
0df0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
0e00: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
0e10: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
0e20: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
0e30: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
0e40: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
0e50: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
0e60: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
0e70: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
0e80: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
0e90: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
0ea0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
0eb0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
0ec0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
0ed0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
0ee0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
0ef0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
0f00: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
0f10: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
0f20: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
0f30: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
0f40: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
0f50: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
0f60: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
0f70: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
0f80: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
0f90: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
0fa0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
0fb0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
0fc0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
0fd0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
0fe0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
0ff0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
1000: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
1010: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
1020: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
1030: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
1040: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
1050: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
1060: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
1070: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
1080: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
1090: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
10a0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 2e h ./VERSION.h...
10b0: 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 /mkindex $(TRANS
10c0: 5f 53 52 43 29 20 3e 70 61 67 65 5f 69 6e 64 65 _SRC) >page_inde
10d0: 78 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 x.h..touch heade
10e0: 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53 52 rs..add_.c:.$(SR
10f0: 43 44 49 52 29 2f 61 64 64 2e 63 20 24 28 53 52 CDIR)/add.c $(SR
1100: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
1110: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
1120: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 61 late $(SRCDIR)/a
1130: 64 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 dd.c | sed -f $(
1140: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
1150: 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09 >add_.c..add.o:.
1160: 61 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 24 28 add_.c add.h $(
1170: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
1180: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64 64 ..$(XTCC) -o add
1190: 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61 64 .o -c add_.c..ad
11a0: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 d.h:.makeheaders
11b0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
11c0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
11d0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
11e0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
11f0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
1200: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
1210: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
1220: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
1230: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
1240: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
1250: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 format.h content
1260: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
1270: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
1280: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
1290: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
12a0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
12b0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
12c0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
12d0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
12e0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
12f0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
1300: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
1310: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
1320: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
1330: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
1340: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
1350: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
1360: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
1370: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
1380: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e :merge3.h name_.
1390: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
13a0: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 c:pivot.h printf
13b0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
13c0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
13d0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
13e0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
13f0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
1400: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
1410: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
1420: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 nc.h timeline_.c
1430: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 :timeline.h upda
1440: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
1450: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
1460: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
1470: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
1480: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
1490: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
14a0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
14b0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
14c0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
14d0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
14e0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
14f0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
1500: 65 72 73 0a 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 ers..blob_.c:.$(
1510: 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 24 SRCDIR)/blob.c $
1520: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
1530: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
1540: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
1550: 29 2f 62 6c 6f 62 2e 63 20 7c 20 73 65 64 20 2d )/blob.c | sed -
1560: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
1570: 49 4f 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c ION >blob_.c..bl
1580: 6f 62 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c ob.o:.blob_.c bl
1590: 6f 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ob.h $(SRCDIR)/
15a0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
15b0: 29 20 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 ) -o blob.o -c b
15c0: 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 lob_.c..blob.h:.
15d0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
15e0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
15f0: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 .c:add.h blob_.c
1600: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 :blob.h cgi_.c:c
1610: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
1620: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
1630: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
1640: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
1650: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
1660: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
1670: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
1680: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
1690: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
16a0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
16b0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
16c0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
16d0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
16e0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
16f0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
1700: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
1710: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
1720: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
1730: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
1740: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
1750: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
1760: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
1770: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
1780: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
1790: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
17a0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
17b0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
17c0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
17d0: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
17e0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
17f0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
1800: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
1810: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
1820: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
1830: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
1840: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
1850: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
1860: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
1870: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
1880: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
1890: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
18a0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
18b0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
18c0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
18d0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
18e0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
18f0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
1900: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
1910: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
1920: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
1930: 63 67 69 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 cgi_.c:.$(SRCDIR
1940: 29 2f 63 67 69 2e 63 20 24 28 53 52 43 44 49 52 )/cgi.c $(SRCDIR
1950: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
1960: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
1970: 20 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e 63 $(SRCDIR)/cgi.c
1980: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
1990: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 67 69 IR)/VERSION >cgi
19a0: 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 63 67 69 5f _.c..cgi.o:.cgi_
19b0: 2e 63 20 63 67 69 2e 68 20 20 24 28 53 52 43 44 .c cgi.h $(SRCD
19c0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
19d0: 58 54 43 43 29 20 2d 6f 20 63 67 69 2e 6f 20 2d XTCC) -o cgi.o -
19e0: 63 20 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 68 3a c cgi_.c..cgi.h:
19f0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
1a00: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
1a10: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
1a20: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
1a30: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
1a40: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
1a50: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
1a60: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
1a70: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
1a80: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
1a90: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
1aa0: 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a at.h content_.c:
1ab0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
1ac0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
1ad0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
1ae0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
1af0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
1b00: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
1b10: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
1b20: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
1b30: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
1b40: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
1b50: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
1b60: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
1b70: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
1b80: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
1b90: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
1ba0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
1bb0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
1bc0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
1bd0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
1be0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
1bf0: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
1c00: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
1c10: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
1c20: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
1c30: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
1c40: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
1c50: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
1c60: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
1c70: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
1c80: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
1c90: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
1ca0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
1cb0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
1cc0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
1cd0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
1ce0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
1cf0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
1d00: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
1d10: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
1d20: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
1d30: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
1d40: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
1d50: 0a 63 68 65 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 .checkin_.c:.$(S
1d60: 52 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 RCDIR)/checkin.c
1d70: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
1d80: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
1d90: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
1da0: 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 7c 20 IR)/checkin.c |
1db0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
1dc0: 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b 69 /VERSION >checki
1dd0: 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a n_.c..checkin.o:
1de0: 09 63 68 65 63 6b 69 6e 5f 2e 63 20 63 68 65 63 .checkin_.c chec
1df0: 6b 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29 kin.h $(SRCDIR)
1e00: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
1e10: 43 29 20 2d 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 C) -o checkin.o
1e20: 2d 63 20 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 -c checkin_.c..c
1e30: 68 65 63 6b 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 heckin.h:.makehe
1e40: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
1e50: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
1e60: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
1e70: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
1e80: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
1e90: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
1ea0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
1eb0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
1ec0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
1ed0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
1ee0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
1ef0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
1f00: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
1f10: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
1f20: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
1f30: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
1f40: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
1f50: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
1f60: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
1f70: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
1f80: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
1f90: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
1fa0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
1fb0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
1fc0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
1fd0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
1fe0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
1ff0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
2000: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
2010: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
2020: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
2030: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
2040: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
2050: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
2060: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
2070: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
2080: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
2090: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
20a0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
20b0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
20c0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
20d0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
20e0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
20f0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
2100: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
2110: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
2120: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
2130: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
2140: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
2150: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
2160: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
2170: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
2180: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
2190: 20 68 65 61 64 65 72 73 0a 0a 63 68 65 63 6b 6f headers..checko
21a0: 75 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 ut_.c:.$(SRCDIR)
21b0: 2f 63 68 65 63 6b 6f 75 74 2e 63 20 24 28 53 52 /checkout.c $(SR
21c0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
21d0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
21e0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 late $(SRCDIR)/c
21f0: 68 65 63 6b 6f 75 74 2e 63 20 7c 20 73 65 64 20 heckout.c | sed
2200: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
2210: 53 49 4f 4e 20 3e 63 68 65 63 6b 6f 75 74 5f 2e SION >checkout_.
2220: 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 c..checkout.o:.c
2230: 68 65 63 6b 6f 75 74 5f 2e 63 20 63 68 65 63 6b heckout_.c check
2240: 6f 75 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 out.h $(SRCDIR)
2250: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
2260: 43 29 20 2d 6f 20 63 68 65 63 6b 6f 75 74 2e 6f C) -o checkout.o
2270: 20 2d 63 20 63 68 65 63 6b 6f 75 74 5f 2e 63 0a -c checkout_.c.
2280: 0a 63 68 65 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b .checkout.h:.mak
2290: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
22a0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
22b0: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
22c0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
22d0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
22e0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
22f0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
2300: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
2310: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
2320: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
2330: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
2340: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
2350: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
2360: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
2370: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
2380: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
2390: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
23a0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
23b0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
23c0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
23d0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
23e0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
23f0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
2400: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
2410: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
2420: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
2430: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
2440: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
2450: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
2460: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
2470: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
2480: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
2490: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
24a0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
24b0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
24c0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
24d0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
24e0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
24f0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
2500: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d nc_.c:sync.h tim
2510: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
2520: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 e.h update_.c:up
2530: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
2540: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
2550: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
2560: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
2570: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
2580: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
2590: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
25a0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
25b0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
25c0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
25d0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
25e0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 uch headers..cle
25f0: 61 72 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 arsign_.c:.$(SRC
2600: 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 DIR)/clearsign.c
2610: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
2620: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
2630: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
2640: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 IR)/clearsign.c
2650: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
2660: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 R)/VERSION >clea
2670: 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 rsign_.c..clears
2680: 69 67 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e ign.o:.clearsign
2690: 5f 2e 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c clearsign.h
26a0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
26b0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
26c0: 63 6c 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 clearsign.o -c c
26d0: 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 learsign_.c..cle
26e0: 61 72 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 arsign.h:.makehe
26f0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
2700: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
2710: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
2720: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
2730: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
2740: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
2750: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
2760: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
2770: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
2780: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
2790: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
27a0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
27b0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
27c0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
27d0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
27e0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
27f0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
2800: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
2810: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
2820: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
2830: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
2840: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
2850: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
2860: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
2870: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
2880: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
2890: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
28a0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
28b0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
28c0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
28d0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
28e0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
28f0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
2900: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
2910: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
2920: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
2930: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
2940: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
2950: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
2960: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
2970: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
2980: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
2990: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
29a0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
29b0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
29c0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
29d0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
29e0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
29f0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
2a00: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
2a10: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
2a20: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
2a30: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
2a40: 20 68 65 61 64 65 72 73 0a 0a 63 6c 6f 6e 65 5f headers..clone_
2a50: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6c .c:.$(SRCDIR)/cl
2a60: 6f 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f one.c $(SRCDIR)/
2a70: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
2a80: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
2a90: 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 (SRCDIR)/clone.c
2aa0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
2ab0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 6f IR)/VERSION >clo
2ac0: 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 ne_.c..clone.o:.
2ad0: 63 6c 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65 2e 68 clone_.c clone.h
2ae0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
2af0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
2b00: 20 63 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c 6f 6e clone.o -c clon
2b10: 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a 09 6d e_.c..clone.h:.m
2b20: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
2b30: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
2b40: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
2b50: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
2b60: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
2b70: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
2b80: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
2b90: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
2ba0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
2bb0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
2bc0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
2bd0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
2be0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
2bf0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
2c00: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
2c10: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
2c20: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
2c30: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
2c40: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
2c50: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
2c60: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
2c70: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
2c80: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
2c90: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
2ca0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
2cb0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
2cc0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
2cd0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
2ce0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
2cf0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
2d00: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 3.h name_.c:name
2d10: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
2d20: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 t.h printf_.c:pr
2d30: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
2d40: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
2d50: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
2d60: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
2d70: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
2d80: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
2d90: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
2da0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
2db0: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ine.h update_.c:
2dc0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
2dd0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
2de0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
2df0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
2e00: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
2e10: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
2e20: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
2e30: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
2e40: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
2e50: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
2e60: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
2e70: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 touch headers..c
2e80: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 omformat_.c:.$(S
2e90: 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 RCDIR)/comformat
2ea0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
2eb0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
2ec0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
2ed0: 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e CDIR)/comformat.
2ee0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
2ef0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f DIR)/VERSION >co
2f00: 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 mformat_.c..comf
2f10: 6f 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d ormat.o:.comform
2f20: 61 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e at_.c comformat.
2f30: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
2f40: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
2f50: 6f 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 o comformat.o -c
2f60: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 comformat_.c..c
2f70: 6f 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 omformat.h:.make
2f80: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
2f90: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
2fa0: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f dd.h blob_.c:blo
2fb0: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 b.h cgi_.c:cgi.h
2fc0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
2fd0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
2fe0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
2ff0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
3000: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
3010: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
3020: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
3030: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
3040: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
3050: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
3060: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
3070: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
3080: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
3090: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
30a0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
30b0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
30c0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
30d0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
30e0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
30f0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
3100: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
3110: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
3120: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
3130: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
3140: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
3150: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
3160: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
3170: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
3180: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
3190: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
31a0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
31b0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
31c0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
31d0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
31e0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
31f0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
3200: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
3210: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
3220: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
3230: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
3240: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
3250: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
3260: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
3270: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
3280: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
3290: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
32a0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
32b0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
32c0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
32d0: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 74 ch headers..cont
32e0: 65 6e 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ent_.c:.$(SRCDIR
32f0: 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 24 28 53 52 )/content.c $(SR
3300: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
3310: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
3320: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 late $(SRCDIR)/c
3330: 6f 6e 74 65 6e 74 2e 63 20 7c 20 73 65 64 20 2d ontent.c | sed -
3340: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
3350: 49 4f 4e 20 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a ION >content_.c.
3360: 0a 63 6f 6e 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74 .content.o:.cont
3370: 65 6e 74 5f 2e 63 20 63 6f 6e 74 65 6e 74 2e 68 ent_.c content.h
3380: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
3390: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
33a0: 20 63 6f 6e 74 65 6e 74 2e 6f 20 2d 63 20 63 6f content.o -c co
33b0: 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e ntent_.c..conten
33c0: 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 t.h:.makeheaders
33d0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
33e0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
33f0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
3400: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
3410: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
3420: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
3430: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
3440: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
3450: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
3460: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
3470: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 format.h content
3480: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
3490: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
34a0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
34b0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
34c0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
34d0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
34e0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
34f0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
3500: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
3510: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
3520: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
3530: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
3540: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
3550: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
3560: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
3570: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
3580: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
3590: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
35a0: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e :merge3.h name_.
35b0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
35c0: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 c:pivot.h printf
35d0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
35e0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
35f0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
3600: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
3610: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
3620: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
3630: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
3640: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 nc.h timeline_.c
3650: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 :timeline.h upda
3660: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
3670: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
3680: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
3690: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
36a0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
36b0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
36c0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
36d0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
36e0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
36f0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
3700: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
3710: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
3720: 65 72 73 0a 0a 64 62 5f 2e 63 3a 09 24 28 53 52 ers..db_.c:.$(SR
3730: 43 44 49 52 29 2f 64 62 2e 63 20 24 28 53 52 43 CDIR)/db.c $(SRC
3740: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
3750: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
3760: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 62 ate $(SRCDIR)/db
3770: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
3780: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 CDIR)/VERSION >d
3790: 62 5f 2e 63 0a 0a 64 62 2e 6f 3a 09 64 62 5f 2e b_.c..db.o:.db_.
37a0: 63 20 64 62 2e 68 20 20 24 28 53 52 43 44 49 52 c db.h $(SRCDIR
37b0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
37c0: 43 43 29 20 2d 6f 20 64 62 2e 6f 20 2d 63 20 64 CC) -o db.o -c d
37d0: 62 5f 2e 63 0a 0a 64 62 2e 68 3a 09 6d 61 6b 65 b_.c..db.h:.make
37e0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
37f0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
3800: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f dd.h blob_.c:blo
3810: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 b.h cgi_.c:cgi.h
3820: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
3830: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
3840: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
3850: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
3860: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
3870: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
3880: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
3890: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
38a0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
38b0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
38c0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
38d0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
38e0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
38f0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
3900: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
3910: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
3920: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
3930: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
3940: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
3950: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
3960: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
3970: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
3980: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
3990: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
39a0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
39b0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
39c0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
39d0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
39e0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
39f0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
3a00: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
3a10: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
3a20: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
3a30: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
3a40: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
3a50: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
3a60: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
3a70: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
3a80: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
3a90: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
3aa0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
3ab0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
3ac0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
3ad0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
3ae0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
3af0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
3b00: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
3b10: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
3b20: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
3b30: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 ch headers..delt
3b40: 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f a_.c:.$(SRCDIR)/
3b50: 64 65 6c 74 61 2e 63 20 24 28 53 52 43 44 49 52 delta.c $(SRCDIR
3b60: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
3b70: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
3b80: 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 $(SRCDIR)/delta
3b90: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
3ba0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 CDIR)/VERSION >d
3bb0: 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 6f elta_.c..delta.o
3bc0: 3a 09 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74 61 :.delta_.c delta
3bd0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
3be0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
3bf0: 2d 6f 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64 65 -o delta.o -c de
3c00: 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68 3a lta_.c..delta.h:
3c10: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
3c20: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
3c30: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
3c40: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
3c50: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
3c60: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
3c70: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
3c80: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
3c90: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
3ca0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
3cb0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
3cc0: 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a at.h content_.c:
3cd0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
3ce0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
3cf0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
3d00: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
3d10: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
3d20: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
3d30: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
3d40: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
3d50: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
3d60: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
3d70: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
3d80: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
3d90: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
3da0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
3db0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
3dc0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
3dd0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
3de0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
3df0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
3e00: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
3e10: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
3e20: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
3e30: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
3e40: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
3e50: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
3e60: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
3e70: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
3e80: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
3e90: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
3ea0: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
3eb0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
3ec0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
3ed0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
3ee0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
3ef0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
3f00: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
3f10: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
3f20: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
3f30: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
3f40: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
3f50: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
3f60: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
3f70: 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 24 28 .deltacmd_.c:.$(
3f80: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 SRCDIR)/deltacmd
3f90: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
3fa0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
3fb0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
3fc0: 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63 CDIR)/deltacmd.c
3fd0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
3fe0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 6c IR)/VERSION >del
3ff0: 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 tacmd_.c..deltac
4000: 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 5f 2e md.o:.deltacmd_.
4010: 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 24 28 c deltacmd.h $(
4020: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
4030: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c ..$(XTCC) -o del
4040: 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c 74 61 tacmd.o -c delta
4050: 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d 64 cmd_.c..deltacmd
4060: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
4070: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
4080: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f add_.c:add.h blo
4090: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f b_.c:blob.h cgi_
40a0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
40b0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
40c0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
40d0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
40e0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
40f0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
4100: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
4110: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f ormat.h content_
4120: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
4130: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
4140: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
4150: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
4160: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
4170: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
4180: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
4190: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
41a0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
41b0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
41c0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
41d0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
41e0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
41f0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
4200: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
4210: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
4220: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
4230: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
4240: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
4250: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
4260: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
4270: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
4280: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
4290: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
42a0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
42b0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
42c0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
42d0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
42e0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
42f0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
4300: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
4310: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
4320: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
4330: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
4340: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
4350: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
4360: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
4370: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
4380: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
4390: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
43a0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
43b0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
43c0: 72 73 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 5f rs..descendents_
43d0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 .c:.$(SRCDIR)/de
43e0: 73 63 65 6e 64 65 6e 74 73 2e 63 20 24 28 53 52 scendents.c $(SR
43f0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
4400: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
4410: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 late $(SRCDIR)/d
4420: 65 73 63 65 6e 64 65 6e 74 73 2e 63 20 7c 20 73 escendents.c | s
4430: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
4440: 56 45 52 53 49 4f 4e 20 3e 64 65 73 63 65 6e 64 VERSION >descend
4450: 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 ents_.c..descend
4460: 65 6e 74 73 2e 6f 3a 09 64 65 73 63 65 6e 64 65 ents.o:.descende
4470: 6e 74 73 5f 2e 63 20 64 65 73 63 65 6e 64 65 6e nts_.c descenden
4480: 74 73 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ts.h $(SRCDIR)/
4490: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
44a0: 29 20 2d 6f 20 64 65 73 63 65 6e 64 65 6e 74 73 ) -o descendents
44b0: 2e 6f 20 2d 63 20 64 65 73 63 65 6e 64 65 6e 74 .o -c descendent
44c0: 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 s_.c..descendent
44d0: 73 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 s.h:.makeheaders
44e0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
44f0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
4500: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
4510: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
4520: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
4530: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
4540: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
4550: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
4560: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
4570: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
4580: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 format.h content
4590: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
45a0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
45b0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
45c0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
45d0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
45e0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
45f0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
4600: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
4610: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
4620: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
4630: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
4640: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
4650: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
4660: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
4670: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
4680: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
4690: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
46a0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
46b0: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e :merge3.h name_.
46c0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
46d0: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 c:pivot.h printf
46e0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
46f0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
4700: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
4710: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
4720: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
4730: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
4740: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
4750: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 nc.h timeline_.c
4760: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 :timeline.h upda
4770: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
4780: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
4790: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
47a0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
47b0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
47c0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
47d0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
47e0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
47f0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
4800: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
4810: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
4820: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
4830: 65 72 73 0a 0a 64 69 66 66 5f 2e 63 3a 09 24 28 ers..diff_.c:.$(
4840: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 24 SRCDIR)/diff.c $
4850: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
4860: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
4870: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
4880: 29 2f 64 69 66 66 2e 63 20 7c 20 73 65 64 20 2d )/diff.c | sed -
4890: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
48a0: 49 4f 4e 20 3e 64 69 66 66 5f 2e 63 0a 0a 64 69 ION >diff_.c..di
48b0: 66 66 2e 6f 3a 09 64 69 66 66 5f 2e 63 20 64 69 ff.o:.diff_.c di
48c0: 66 66 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ff.h $(SRCDIR)/
48d0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
48e0: 29 20 2d 6f 20 64 69 66 66 2e 6f 20 2d 63 20 64 ) -o diff.o -c d
48f0: 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e 68 3a 09 iff_.c..diff.h:.
4900: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
4910: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
4920: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 .c:add.h blob_.c
4930: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 :blob.h cgi_.c:c
4940: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
4950: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
4960: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
4970: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
4980: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
4990: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
49a0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
49b0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
49c0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
49d0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
49e0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
49f0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
4a00: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
4a10: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
4a20: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
4a30: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
4a40: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
4a50: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
4a60: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
4a70: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
4a80: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
4a90: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
4aa0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
4ab0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
4ac0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
4ad0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
4ae0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
4af0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
4b00: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
4b10: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
4b20: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
4b30: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
4b40: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
4b50: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
4b60: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
4b70: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
4b80: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
4b90: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
4ba0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
4bb0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
4bc0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
4bd0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
4be0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
4bf0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
4c00: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
4c10: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
4c20: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
4c30: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
4c40: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
4c50: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
4c60: 64 69 66 66 63 6d 64 5f 2e 63 3a 09 24 28 53 52 diffcmd_.c:.$(SR
4c70: 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 CDIR)/diffcmd.c
4c80: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4c90: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
4ca0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
4cb0: 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 7c 20 73 R)/diffcmd.c | s
4cc0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
4cd0: 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 63 6d 64 VERSION >diffcmd
4ce0: 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e 6f 3a 09 _.c..diffcmd.o:.
4cf0: 64 69 66 66 63 6d 64 5f 2e 63 20 64 69 66 66 63 diffcmd_.c diffc
4d00: 6d 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f md.h $(SRCDIR)/
4d10: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
4d20: 29 20 2d 6f 20 64 69 66 66 63 6d 64 2e 6f 20 2d ) -o diffcmd.o -
4d30: 63 20 64 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 c diffcmd_.c..di
4d40: 66 66 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 61 ffcmd.h:.makehea
4d50: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
4d60: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
4d70: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
4d80: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
4d90: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
4da0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
4db0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
4dc0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
4dd0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
4de0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
4df0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
4e00: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
4e10: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
4e20: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
4e30: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
4e40: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
4e50: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
4e60: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
4e70: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
4e80: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
4e90: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
4ea0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
4eb0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
4ec0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
4ed0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
4ee0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
4ef0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
4f00: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
4f10: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
4f20: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
4f30: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
4f40: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 ot_.c:pivot.h pr
4f50: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
4f60: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
4f70: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
4f80: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
4f90: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
4fa0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
4fb0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
4fc0: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e c:sync.h timelin
4fd0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
4fe0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
4ff0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
5000: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
5010: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
5020: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
5030: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
5040: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
5050: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
5060: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
5070: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
5080: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
5090: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
50a0: 68 65 61 64 65 72 73 0a 0a 65 6e 63 6f 64 65 5f headers..encode_
50b0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 65 6e .c:.$(SRCDIR)/en
50c0: 63 6f 64 65 2e 63 20 24 28 53 52 43 44 49 52 29 code.c $(SRCDIR)
50d0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
50e0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
50f0: 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 $(SRCDIR)/encode
5100: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
5110: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 65 CDIR)/VERSION >e
5120: 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 ncode_.c..encode
5130: 2e 6f 3a 09 65 6e 63 6f 64 65 5f 2e 63 20 65 6e .o:.encode_.c en
5140: 63 6f 64 65 2e 68 20 20 24 28 53 52 43 44 49 52 code.h $(SRCDIR
5150: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
5160: 43 43 29 20 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 CC) -o encode.o
5170: 2d 63 20 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e -c encode_.c..en
5180: 63 6f 64 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 code.h:.makehead
5190: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
51a0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
51b0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
51c0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
51d0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
51e0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
51f0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
5200: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
5210: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
5220: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
5230: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 comformat.h cont
5240: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
5250: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
5260: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
5270: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
5280: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
5290: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
52a0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
52b0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
52c0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
52d0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
52e0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
52f0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
5300: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
5310: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
5320: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
5330: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
5340: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
5350: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
5360: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
5370: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
5380: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
5390: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
53a0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
53b0: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
53c0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
53d0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
53e0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
53f0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
5400: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
5410: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
5420: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
5430: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
5440: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
5450: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
5460: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
5470: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
5480: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
5490: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
54a0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
54b0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
54c0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
54d0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
54e0: 65 61 64 65 72 73 0a 0a 66 69 6c 65 5f 2e 63 3a eaders..file_.c:
54f0: 09 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e .$(SRCDIR)/file.
5500: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
5510: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
5520: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
5530: 44 49 52 29 2f 66 69 6c 65 2e 63 20 7c 20 73 65 DIR)/file.c | se
5540: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
5550: 45 52 53 49 4f 4e 20 3e 66 69 6c 65 5f 2e 63 0a ERSION >file_.c.
5560: 0a 66 69 6c 65 2e 6f 3a 09 66 69 6c 65 5f 2e 63 .file.o:.file_.c
5570: 20 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 file.h $(SRCDI
5580: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
5590: 54 43 43 29 20 2d 6f 20 66 69 6c 65 2e 6f 20 2d TCC) -o file.o -
55a0: 63 20 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e c file_.c..file.
55b0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
55c0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
55d0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
55e0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
55f0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
5600: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
5610: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
5620: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
5630: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
5640: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
5650: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
5660: 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e rmat.h content_.
5670: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
5680: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
5690: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
56a0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
56b0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
56c0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
56d0: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
56e0: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
56f0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
5700: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
5710: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
5720: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
5730: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
5740: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
5750: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
5760: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
5770: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
5780: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
5790: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
57a0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
57b0: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e pivot.h printf_.
57c0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
57d0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
57e0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
57f0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
5800: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
5810: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
5820: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
5830: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
5840: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 imeline.h update
5850: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
5860: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
5870: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
5880: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
5890: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
58a0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
58b0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
58c0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
58d0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
58e0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
58f0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
5900: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
5910: 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 28 53 52 s..http_.c:.$(SR
5920: 43 44 49 52 29 2f 68 74 74 70 2e 63 20 24 28 53 CDIR)/http.c $(S
5930: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
5940: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
5950: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
5960: 68 74 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 http.c | sed -f
5970: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
5980: 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 N >http_.c..http
5990: 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74 74 70 .o:.http_.c http
59a0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
59b0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
59c0: 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68 74 74 -o http.o -c htt
59d0: 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 6d 61 p_.c..http.h:.ma
59e0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
59f0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
5a00: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :add.h blob_.c:b
5a10: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 lob.h cgi_.c:cgi
5a20: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
5a30: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
5a40: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
5a50: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
5a60: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
5a70: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
5a80: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
5a90: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
5aa0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
5ab0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
5ac0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
5ad0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
5ae0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
5af0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
5b00: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
5b10: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
5b20: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
5b30: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
5b40: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
5b50: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
5b60: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
5b70: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
5b80: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
5b90: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
5ba0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
5bb0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
5bc0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
5bd0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
5be0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
5bf0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
5c00: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
5c10: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
5c20: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
5c30: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
5c40: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
5c50: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
5c60: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
5c70: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
5c80: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
5c90: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
5ca0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
5cb0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
5cc0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
5cd0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
5ce0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
5cf0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
5d00: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
5d10: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
5d20: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
5d30: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 69 6e ouch headers..in
5d40: 66 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 fo_.c:.$(SRCDIR)
5d50: 2f 69 6e 66 6f 2e 63 20 24 28 53 52 43 44 49 52 /info.c $(SRCDIR
5d60: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
5d70: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
5d80: 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e $(SRCDIR)/info.
5d90: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
5da0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 69 6e DIR)/VERSION >in
5db0: 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 6f 3a 09 69 fo_.c..info.o:.i
5dc0: 6e 66 6f 5f 2e 63 20 69 6e 66 6f 2e 68 20 20 24 nfo_.c info.h $
5dd0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
5de0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 69 6e h..$(XTCC) -o in
5df0: 66 6f 2e 6f 20 2d 63 20 69 6e 66 6f 5f 2e 63 0a fo.o -c info_.c.
5e00: 0a 69 6e 66 6f 2e 68 3a 09 6d 61 6b 65 68 65 61 .info.h:.makehea
5e10: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
5e20: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
5e30: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
5e40: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
5e50: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
5e60: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
5e70: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
5e80: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
5e90: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
5ea0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
5eb0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
5ec0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
5ed0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
5ee0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
5ef0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
5f00: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
5f10: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
5f20: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
5f30: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
5f40: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
5f50: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
5f60: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
5f70: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
5f80: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
5f90: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
5fa0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
5fb0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
5fc0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
5fd0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
5fe0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
5ff0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
6000: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 ot_.c:pivot.h pr
6010: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
6020: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
6030: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
6040: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
6050: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
6060: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
6070: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
6080: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e c:sync.h timelin
6090: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
60a0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
60b0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
60c0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
60d0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
60e0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
60f0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
6100: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
6110: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
6120: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
6130: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
6140: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
6150: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
6160: 68 65 61 64 65 72 73 0a 0a 6c 6f 67 69 6e 5f 2e headers..login_.
6170: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 c:.$(SRCDIR)/log
6180: 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 in.c $(SRCDIR)/V
6190: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
61a0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
61b0: 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 SRCDIR)/login.c
61c0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
61d0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6c 6f 67 69 R)/VERSION >logi
61e0: 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f 3a 09 6c n_.c..login.o:.l
61f0: 6f 67 69 6e 5f 2e 63 20 6c 6f 67 69 6e 2e 68 20 ogin_.c login.h
6200: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
6210: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
6220: 6c 6f 67 69 6e 2e 6f 20 2d 63 20 6c 6f 67 69 6e login.o -c login
6230: 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 68 3a 09 6d 61 _.c..login.h:.ma
6240: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
6250: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
6260: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :add.h blob_.c:b
6270: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 lob.h cgi_.c:cgi
6280: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
6290: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
62a0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
62b0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
62c0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
62d0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
62e0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
62f0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
6300: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
6310: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
6320: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
6330: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
6340: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
6350: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
6360: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
6370: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
6380: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
6390: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
63a0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
63b0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
63c0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
63d0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
63e0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
63f0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
6400: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
6410: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
6420: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
6430: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
6440: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
6450: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
6460: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
6470: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
6480: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
6490: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
64a0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
64b0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
64c0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
64d0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
64e0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
64f0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
6500: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
6510: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
6520: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
6530: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
6540: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
6550: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
6560: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
6570: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
6580: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
6590: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 ouch headers..ma
65a0: 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 in_.c:.$(SRCDIR)
65b0: 2f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44 49 52 /main.c $(SRCDIR
65c0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
65d0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
65e0: 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e $(SRCDIR)/main.
65f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
6600: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 DIR)/VERSION >ma
6610: 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d in_.c..main.o:.m
6620: 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20 70 61 ain_.c main.h pa
6630: 67 65 5f 69 6e 64 65 78 2e 68 20 24 28 53 52 43 ge_index.h $(SRC
6640: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
6650: 28 58 54 43 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f (XTCC) -o main.o
6660: 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 -c main_.c..mai
6670: 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 n.h:.makeheaders
6680: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
6690: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
66a0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
66b0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
66c0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
66d0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
66e0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
66f0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
6700: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
6710: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
6720: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 format.h content
6730: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
6740: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
6750: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
6760: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
6770: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
6780: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
6790: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
67a0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
67b0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
67c0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
67d0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
67e0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
67f0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
6800: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
6810: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
6820: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
6830: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
6840: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
6850: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e :merge3.h name_.
6860: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
6870: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 c:pivot.h printf
6880: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
6890: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
68a0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
68b0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
68c0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
68d0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
68e0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
68f0: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 nc.h timeline_.c
6900: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 :timeline.h upda
6910: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
6920: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
6930: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
6940: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
6950: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
6960: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
6970: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
6980: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
6990: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
69a0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
69b0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
69c0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
69d0: 65 72 73 0a 0a 6d 61 6e 69 66 65 73 74 5f 2e 63 ers..manifest_.c
69e0: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 :.$(SRCDIR)/mani
69f0: 66 65 73 74 2e 63 20 24 28 53 52 43 44 49 52 29 fest.c $(SRCDIR)
6a00: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
6a10: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
6a20: 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 $(SRCDIR)/manife
6a30: 73 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 st.c | sed -f $(
6a40: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
6a50: 3e 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 >manifest_.c..ma
6a60: 6e 69 66 65 73 74 2e 6f 3a 09 6d 61 6e 69 66 65 nifest.o:.manife
6a70: 73 74 5f 2e 63 20 6d 61 6e 69 66 65 73 74 2e 68 st_.c manifest.h
6a80: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
6a90: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
6aa0: 20 6d 61 6e 69 66 65 73 74 2e 6f 20 2d 63 20 6d manifest.o -c m
6ab0: 61 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 anifest_.c..mani
6ac0: 66 65 73 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 fest.h:.makehead
6ad0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
6ae0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
6af0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
6b00: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
6b10: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
6b20: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
6b30: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
6b40: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
6b50: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
6b60: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
6b70: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 comformat.h cont
6b80: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
6b90: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
6ba0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
6bb0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
6bc0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
6bd0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
6be0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
6bf0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
6c00: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
6c10: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
6c20: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
6c30: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
6c40: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
6c50: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
6c60: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
6c70: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
6c80: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
6c90: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
6ca0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
6cb0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
6cc0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
6cd0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
6ce0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
6cf0: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
6d00: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
6d10: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
6d20: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
6d30: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
6d40: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
6d50: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
6d60: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
6d70: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
6d80: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
6d90: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
6da0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
6db0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
6dc0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
6dd0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
6de0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
6df0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
6e00: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
6e10: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
6e20: 65 61 64 65 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 eaders..md5_.c:.
6e30: 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 $(SRCDIR)/md5.c
6e40: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
6e50: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
6e60: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
6e70: 52 29 2f 6d 64 35 2e 63 20 7c 20 73 65 64 20 2d R)/md5.c | sed -
6e80: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
6e90: 49 4f 4e 20 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 ION >md5_.c..md5
6ea0: 2e 6f 3a 09 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 .o:.md5_.c md5.h
6eb0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
6ec0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
6ed0: 20 6d 64 35 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 md5.o -c md5_.c
6ee0: 0a 0a 6d 64 35 2e 68 3a 09 6d 61 6b 65 68 65 61 ..md5.h:.makehea
6ef0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
6f00: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
6f10: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
6f20: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
6f30: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
6f40: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
6f50: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
6f60: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
6f70: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
6f80: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
6f90: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
6fa0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
6fb0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
6fc0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
6fd0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
6fe0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
6ff0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
7000: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
7010: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
7020: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
7030: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
7040: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
7050: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
7060: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
7070: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
7080: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
7090: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
70a0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
70b0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
70c0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
70d0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
70e0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 ot_.c:pivot.h pr
70f0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
7100: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
7110: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
7120: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
7130: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
7140: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
7150: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
7160: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e c:sync.h timelin
7170: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
7180: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
7190: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
71a0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
71b0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
71c0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
71d0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
71e0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
71f0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
7200: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
7210: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
7220: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
7230: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
7240: 68 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 5f 2e headers..merge_.
7250: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72 c:.$(SRCDIR)/mer
7260: 67 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ge.c $(SRCDIR)/V
7270: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
7280: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
7290: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 SRCDIR)/merge.c
72a0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
72b0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 R)/VERSION >merg
72c0: 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 6f 3a 09 6d e_.c..merge.o:.m
72d0: 65 72 67 65 5f 2e 63 20 6d 65 72 67 65 2e 68 20 erge_.c merge.h
72e0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
72f0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
7300: 6d 65 72 67 65 2e 6f 20 2d 63 20 6d 65 72 67 65 merge.o -c merge
7310: 5f 2e 63 0a 0a 6d 65 72 67 65 2e 68 3a 09 6d 61 _.c..merge.h:.ma
7320: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
7330: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
7340: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :add.h blob_.c:b
7350: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 lob.h cgi_.c:cgi
7360: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
7370: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
7380: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
7390: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
73a0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
73b0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
73c0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
73d0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
73e0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
73f0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
7400: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
7410: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
7420: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
7430: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
7440: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
7450: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
7460: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
7470: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
7480: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
7490: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
74a0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
74b0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
74c0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
74d0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
74e0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
74f0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
7500: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
7510: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
7520: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
7530: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
7540: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
7550: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
7560: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
7570: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
7580: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
7590: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
75a0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
75b0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
75c0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
75d0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
75e0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
75f0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
7600: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
7610: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
7620: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
7630: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
7640: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
7650: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
7660: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
7670: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 ouch headers..me
7680: 72 67 65 33 5f 2e 63 3a 09 24 28 53 52 43 44 49 rge3_.c:.$(SRCDI
7690: 52 29 2f 6d 65 72 67 65 33 2e 63 20 24 28 53 52 R)/merge3.c $(SR
76a0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
76b0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
76c0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
76d0: 65 72 67 65 33 2e 63 20 7c 20 73 65 64 20 2d 66 erge3.c | sed -f
76e0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
76f0: 4f 4e 20 3e 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d ON >merge3_.c..m
7700: 65 72 67 65 33 2e 6f 3a 09 6d 65 72 67 65 33 5f erge3.o:.merge3_
7710: 2e 63 20 6d 65 72 67 65 33 2e 68 20 20 24 28 53 .c merge3.h $(S
7720: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
7730: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 .$(XTCC) -o merg
7740: 65 33 2e 6f 20 2d 63 20 6d 65 72 67 65 33 5f 2e e3.o -c merge3_.
7750: 63 0a 0a 6d 65 72 67 65 33 2e 68 3a 09 6d 61 6b c..merge3.h:.mak
7760: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
7770: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
7780: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
7790: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
77a0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
77b0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
77c0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
77d0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
77e0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
77f0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
7800: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
7810: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
7820: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
7830: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
7840: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
7850: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
7860: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
7870: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
7880: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
7890: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
78a0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
78b0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
78c0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
78d0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
78e0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
78f0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
7900: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
7910: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
7920: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
7930: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
7940: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
7950: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
7960: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
7970: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
7980: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
7990: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
79a0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
79b0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
79c0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
79d0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d nc_.c:sync.h tim
79e0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
79f0: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 e.h update_.c:up
7a00: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
7a10: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
7a20: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
7a30: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
7a40: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
7a50: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
7a60: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
7a70: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
7a80: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
7a90: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
7aa0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
7ab0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6e 61 6d uch headers..nam
7ac0: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
7ad0: 6e 61 6d 65 2e 63 20 24 28 53 52 43 44 49 52 29 name.c $(SRCDIR)
7ae0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
7af0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
7b00: 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 $(SRCDIR)/name.c
7b10: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
7b20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6e 61 6d IR)/VERSION >nam
7b30: 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 e_.c..name.o:.na
7b40: 6d 65 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 24 28 me_.c name.h $(
7b50: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
7b60: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6e 61 6d ..$(XTCC) -o nam
7b70: 65 2e 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 0a 0a e.o -c name_.c..
7b80: 6e 61 6d 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 name.h:.makehead
7b90: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
7ba0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
7bb0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
7bc0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
7bd0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
7be0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
7bf0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
7c00: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
7c10: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
7c20: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
7c30: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 comformat.h cont
7c40: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
7c50: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
7c60: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
7c70: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
7c80: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
7c90: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
7ca0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
7cb0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
7cc0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
7cd0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
7ce0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
7cf0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
7d00: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
7d10: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
7d20: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
7d30: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
7d40: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
7d50: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
7d60: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
7d70: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
7d80: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
7d90: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
7da0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
7db0: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
7dc0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
7dd0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
7de0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
7df0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
7e00: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
7e10: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
7e20: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
7e30: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
7e40: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
7e50: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
7e60: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
7e70: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
7e80: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
7e90: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
7ea0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
7eb0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
7ec0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
7ed0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
7ee0: 65 61 64 65 72 73 0a 0a 70 69 76 6f 74 5f 2e 63 eaders..pivot_.c
7ef0: 3a 09 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f :.$(SRCDIR)/pivo
7f00: 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 t.c $(SRCDIR)/VE
7f10: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
7f20: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
7f30: 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 7c RCDIR)/pivot.c |
7f40: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
7f50: 29 2f 56 45 52 53 49 4f 4e 20 3e 70 69 76 6f 74 )/VERSION >pivot
7f60: 5f 2e 63 0a 0a 70 69 76 6f 74 2e 6f 3a 09 70 69 _.c..pivot.o:.pi
7f70: 76 6f 74 5f 2e 63 20 70 69 76 6f 74 2e 68 20 20 vot_.c pivot.h
7f80: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
7f90: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 70 .h..$(XTCC) -o p
7fa0: 69 76 6f 74 2e 6f 20 2d 63 20 70 69 76 6f 74 5f ivot.o -c pivot_
7fb0: 2e 63 0a 0a 70 69 76 6f 74 2e 68 3a 09 6d 61 6b .c..pivot.h:.mak
7fc0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
7fd0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
7fe0: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
7ff0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
8000: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
8010: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
8020: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
8030: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
8040: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
8050: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
8060: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
8070: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
8080: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
8090: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
80a0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
80b0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
80c0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
80d0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
80e0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
80f0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
8100: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
8110: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
8120: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
8130: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
8140: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
8150: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
8160: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
8170: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
8180: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
8190: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
81a0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
81b0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
81c0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
81d0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
81e0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
81f0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
8200: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
8210: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
8220: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
8230: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d nc_.c:sync.h tim
8240: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
8250: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 e.h update_.c:up
8260: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
8270: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
8280: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
8290: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
82a0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
82b0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
82c0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
82d0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
82e0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
82f0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
8300: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
8310: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 70 72 69 uch headers..pri
8320: 6e 74 66 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ntf_.c:.$(SRCDIR
8330: 29 2f 70 72 69 6e 74 66 2e 63 20 24 28 53 52 43 )/printf.c $(SRC
8340: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
8350: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
8360: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 72 ate $(SRCDIR)/pr
8370: 69 6e 74 66 2e 63 20 7c 20 73 65 64 20 2d 66 20 intf.c | sed -f
8380: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
8390: 4e 20 3e 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 N >printf_.c..pr
83a0: 69 6e 74 66 2e 6f 3a 09 70 72 69 6e 74 66 5f 2e intf.o:.printf_.
83b0: 63 20 70 72 69 6e 74 66 2e 68 20 20 24 28 53 52 c printf.h $(SR
83c0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
83d0: 24 28 58 54 43 43 29 20 2d 6f 20 70 72 69 6e 74 $(XTCC) -o print
83e0: 66 2e 6f 20 2d 63 20 70 72 69 6e 74 66 5f 2e 63 f.o -c printf_.c
83f0: 0a 0a 70 72 69 6e 74 66 2e 68 3a 09 6d 61 6b 65 ..printf.h:.make
8400: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
8410: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
8420: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f dd.h blob_.c:blo
8430: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 b.h cgi_.c:cgi.h
8440: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
8450: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
8460: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
8470: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
8480: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
8490: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
84a0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
84b0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
84c0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
84d0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
84e0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
84f0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
8500: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
8510: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
8520: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
8530: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
8540: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
8550: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
8560: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
8570: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
8580: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
8590: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
85a0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
85b0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
85c0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
85d0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
85e0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
85f0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
8600: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
8610: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
8620: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
8630: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
8640: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
8650: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
8660: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
8670: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
8680: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
8690: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
86a0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
86b0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
86c0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
86d0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
86e0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
86f0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
8700: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
8710: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
8720: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
8730: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
8740: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
8750: 63 68 20 68 65 61 64 65 72 73 0a 0a 72 65 62 75 ch headers..rebu
8760: 69 6c 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ild_.c:.$(SRCDIR
8770: 29 2f 72 65 62 75 69 6c 64 2e 63 20 24 28 53 52 )/rebuild.c $(SR
8780: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
8790: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
87a0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 late $(SRCDIR)/r
87b0: 65 62 75 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d ebuild.c | sed -
87c0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
87d0: 49 4f 4e 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a ION >rebuild_.c.
87e0: 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 .rebuild.o:.rebu
87f0: 69 6c 64 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 ild_.c rebuild.h
8800: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
8810: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
8820: 20 72 65 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 rebuild.o -c re
8830: 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c build_.c..rebuil
8840: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 d.h:.makeheaders
8850: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
8860: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
8870: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
8880: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
8890: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
88a0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
88b0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
88c0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
88d0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
88e0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
88f0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 format.h content
8900: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
8910: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
8920: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
8930: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
8940: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
8950: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
8960: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
8970: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
8980: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
8990: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
89a0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
89b0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
89c0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
89d0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
89e0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
89f0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
8a00: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
8a10: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
8a20: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e :merge3.h name_.
8a30: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
8a40: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 c:pivot.h printf
8a50: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
8a60: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
8a70: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
8a80: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
8a90: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
8aa0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
8ab0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
8ac0: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 nc.h timeline_.c
8ad0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 :timeline.h upda
8ae0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
8af0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
8b00: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
8b10: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
8b20: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
8b30: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
8b40: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
8b50: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
8b60: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
8b70: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
8b80: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
8b90: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
8ba0: 65 72 73 0a 0a 73 63 68 65 6d 61 5f 2e 63 3a 09 ers..schema_.c:.
8bb0: 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61 $(SRCDIR)/schema
8bc0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
8bd0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
8be0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
8bf0: 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 7c CDIR)/schema.c |
8c00: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
8c10: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 63 68 65 6d )/VERSION >schem
8c20: 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 6f 3a 09 a_.c..schema.o:.
8c30: 73 63 68 65 6d 61 5f 2e 63 20 73 63 68 65 6d 61 schema_.c schema
8c40: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
8c50: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
8c60: 2d 6f 20 73 63 68 65 6d 61 2e 6f 20 2d 63 20 73 -o schema.o -c s
8c70: 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 chema_.c..schema
8c80: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
8c90: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
8ca0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f add_.c:add.h blo
8cb0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f b_.c:blob.h cgi_
8cc0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
8cd0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
8ce0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
8cf0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
8d00: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
8d10: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
8d20: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
8d30: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f ormat.h content_
8d40: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
8d50: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
8d60: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
8d70: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
8d80: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
8d90: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
8da0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
8db0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
8dc0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
8dd0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
8de0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
8df0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
8e00: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
8e10: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
8e20: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
8e30: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
8e40: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
8e50: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
8e60: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
8e70: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
8e80: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
8e90: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
8ea0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
8eb0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
8ec0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
8ed0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
8ee0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
8ef0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
8f00: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
8f10: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
8f20: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
8f30: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
8f40: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
8f50: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
8f60: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
8f70: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
8f80: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
8f90: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
8fa0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
8fb0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
8fc0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
8fd0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
8fe0: 72 73 0a 0a 73 65 74 75 70 5f 2e 63 3a 09 24 28 rs..setup_.c:.$(
8ff0: 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 SRCDIR)/setup.c
9000: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
9010: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
9020: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
9030: 52 29 2f 73 65 74 75 70 2e 63 20 7c 20 73 65 64 R)/setup.c | sed
9040: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
9050: 52 53 49 4f 4e 20 3e 73 65 74 75 70 5f 2e 63 0a RSION >setup_.c.
9060: 0a 73 65 74 75 70 2e 6f 3a 09 73 65 74 75 70 5f .setup.o:.setup_
9070: 2e 63 20 73 65 74 75 70 2e 68 20 20 24 28 53 52 .c setup.h $(SR
9080: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
9090: 24 28 58 54 43 43 29 20 2d 6f 20 73 65 74 75 70 $(XTCC) -o setup
90a0: 2e 6f 20 2d 63 20 73 65 74 75 70 5f 2e 63 0a 0a .o -c setup_.c..
90b0: 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 65 61 setup.h:.makehea
90c0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
90d0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
90e0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
90f0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
9100: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
9110: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
9120: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
9130: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
9140: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
9150: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
9160: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
9170: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
9180: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
9190: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
91a0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
91b0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
91c0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
91d0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
91e0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
91f0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
9200: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
9210: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
9220: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
9230: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
9240: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
9250: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
9260: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
9270: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
9280: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
9290: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
92a0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
92b0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 ot_.c:pivot.h pr
92c0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
92d0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
92e0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
92f0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
9300: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
9310: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
9320: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
9330: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e c:sync.h timelin
9340: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
9350: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
9360: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
9370: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
9380: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
9390: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
93a0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
93b0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
93c0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
93d0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
93e0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
93f0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
9400: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
9410: 68 65 61 64 65 72 73 0a 0a 73 68 61 31 5f 2e 63 headers..sha1_.c
9420: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68 61 31 :.$(SRCDIR)/sha1
9430: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
9440: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
9450: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
9460: 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c 20 73 CDIR)/sha1.c | s
9470: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
9480: 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f 2e 63 VERSION >sha1_.c
9490: 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31 5f 2e ..sha1.o:.sha1_.
94a0: 63 20 73 68 61 31 2e 68 20 20 24 28 53 52 43 44 c sha1.h $(SRCD
94b0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
94c0: 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e 6f 20 XTCC) -o sha1.o
94d0: 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 -c sha1_.c..sha1
94e0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
94f0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
9500: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f add_.c:add.h blo
9510: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f b_.c:blob.h cgi_
9520: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
9530: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
9540: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
9550: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
9560: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
9570: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
9580: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
9590: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f ormat.h content_
95a0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
95b0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
95c0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
95d0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
95e0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
95f0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
9600: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
9610: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
9620: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
9630: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
9640: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
9650: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
9660: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
9670: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
9680: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
9690: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
96a0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
96b0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
96c0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
96d0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
96e0: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
96f0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
9700: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
9710: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
9720: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
9730: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
9740: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
9750: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
9760: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
9770: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
9780: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
9790: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
97a0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
97b0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
97c0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
97d0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
97e0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
97f0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
9800: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
9810: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
9820: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
9830: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
9840: 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a 09 24 28 rs..style_.c:.$(
9850: 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 SRCDIR)/style.c
9860: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
9870: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
9880: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
9890: 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73 65 64 R)/style.c | sed
98a0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
98b0: 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e 63 0a RSION >style_.c.
98c0: 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c 65 5f .style.o:.style_
98d0: 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 28 53 52 .c style.h $(SR
98e0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
98f0: 24 28 58 54 43 43 29 20 2d 6f 20 73 74 79 6c 65 $(XTCC) -o style
9900: 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63 0a 0a .o -c style_.c..
9910: 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 style.h:.makehea
9920: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
9930: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
9940: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
9950: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
9960: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
9970: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
9980: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
9990: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
99a0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
99b0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
99c0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
99d0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
99e0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
99f0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
9a00: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
9a10: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
9a20: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
9a30: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
9a40: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
9a50: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
9a60: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
9a70: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
9a80: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
9a90: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
9aa0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
9ab0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
9ac0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
9ad0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
9ae0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
9af0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
9b00: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
9b10: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 ot_.c:pivot.h pr
9b20: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
9b30: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
9b40: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
9b50: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
9b60: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
9b70: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
9b80: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
9b90: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e c:sync.h timelin
9ba0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
9bb0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
9bc0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
9bd0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
9be0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
9bf0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
9c00: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
9c10: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
9c20: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
9c30: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
9c40: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
9c50: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
9c60: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
9c70: 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 5f 2e 63 headers..sync_.c
9c80: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63 :.$(SRCDIR)/sync
9c90: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
9ca0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
9cb0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
9cc0: 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c 20 73 CDIR)/sync.c | s
9cd0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
9ce0: 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e 63 VERSION >sync_.c
9cf0: 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f 2e ..sync.o:.sync_.
9d00: 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52 43 44 c sync.h $(SRCD
9d10: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
9d20: 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e 6f 20 XTCC) -o sync.o
9d30: 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 -c sync_.c..sync
9d40: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
9d50: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
9d60: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f add_.c:add.h blo
9d70: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f b_.c:blob.h cgi_
9d80: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
9d90: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
9da0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
9db0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
9dc0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
9dd0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
9de0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
9df0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f ormat.h content_
9e00: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
9e10: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
9e20: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
9e30: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
9e40: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
9e50: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
9e60: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
9e70: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
9e80: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
9e90: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
9ea0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
9eb0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
9ec0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
9ed0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
9ee0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
9ef0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
9f00: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
9f10: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
9f20: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
9f30: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
9f40: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
9f50: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
9f60: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
9f70: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
9f80: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
9f90: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
9fa0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
9fb0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
9fc0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
9fd0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
9fe0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
9ff0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
a000: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
a010: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
a020: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
a030: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
a040: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
a050: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
a060: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
a070: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
a080: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
a090: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
a0a0: 72 73 0a 0a 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a rs..timeline_.c:
a0b0: 09 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c .$(SRCDIR)/timel
a0c0: 69 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f ine.c $(SRCDIR)/
a0d0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
a0e0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
a0f0: 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e (SRCDIR)/timelin
a100: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
a110: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
a120: 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d timeline_.c..tim
a130: 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d 65 6c 69 6e eline.o:.timelin
a140: 65 5f 2e 63 20 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c timeline.h
a150: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
a160: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
a170: 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d 63 20 74 69 timeline.o -c ti
a180: 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c meline_.c..timel
a190: 69 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ine.h:.makeheade
a1a0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
a1b0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
a1c0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
a1d0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
a1e0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
a1f0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
a200: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
a210: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
a220: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
a230: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
a240: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 omformat.h conte
a250: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
a260: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
a270: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
a280: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
a290: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
a2a0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
a2b0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
a2c0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
a2d0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
a2e0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
a2f0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
a300: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
a310: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
a320: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
a330: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
a340: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
a350: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
a360: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
a370: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
a380: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
a390: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e _.c:pivot.h prin
a3a0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
a3b0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
a3c0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
a3d0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
a3e0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
a3f0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
a400: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
a410: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f sync.h timeline_
a420: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 .c:timeline.h up
a430: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
a440: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
a450: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
a460: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
a470: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
a480: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
a490: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
a4a0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
a4b0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
a4c0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
a4d0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
a4e0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
a4f0: 61 64 65 72 73 0a 0a 75 70 64 61 74 65 5f 2e 63 aders..update_.c
a500: 3a 09 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 :.$(SRCDIR)/upda
a510: 74 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 te.c $(SRCDIR)/V
a520: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
a530: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
a540: 53 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 SRCDIR)/update.c
a550: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
a560: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 70 64 IR)/VERSION >upd
a570: 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 6f ate_.c..update.o
a580: 3a 09 75 70 64 61 74 65 5f 2e 63 20 75 70 64 61 :.update_.c upda
a590: 74 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f te.h $(SRCDIR)/
a5a0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
a5b0: 29 20 2d 6f 20 75 70 64 61 74 65 2e 6f 20 2d 63 ) -o update.o -c
a5c0: 20 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 update_.c..upda
a5d0: 74 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 te.h:.makeheader
a5e0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
a5f0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
a600: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 lob_.c:blob.h cg
a610: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
a620: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
a630: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
a640: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
a650: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
a660: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
a670: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
a680: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e mformat.h conten
a690: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
a6a0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
a6b0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
a6c0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
a6d0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
a6e0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
a6f0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
a700: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
a710: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
a720: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
a730: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
a740: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
a750: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
a760: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
a770: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
a780: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
a790: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
a7a0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
a7b0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
a7c0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
a7d0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
a7e0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
a7f0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
a800: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
a810: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
a820: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
a830: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
a840: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
a850: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
a860: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
a870: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
a880: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
a890: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
a8a0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
a8b0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
a8c0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
a8d0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
a8e0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
a8f0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
a900: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
a910: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
a920: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
a930: 64 65 72 73 0a 0a 75 72 6c 5f 2e 63 3a 09 24 28 ders..url_.c:.$(
a940: 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 24 28 SRCDIR)/url.c $(
a950: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
a960: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
a970: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
a980: 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20 2d 66 20 /url.c | sed -f
a990: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
a9a0: 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f N >url_.c..url.o
a9b0: 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 :.url_.c url.h
a9c0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
a9d0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 .h..$(XTCC) -o u
a9e0: 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a rl.o -c url_.c..
a9f0: 75 72 6c 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 url.h:.makeheade
aa00: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
aa10: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
aa20: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
aa30: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
aa40: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
aa50: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
aa60: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
aa70: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
aa80: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
aa90: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
aaa0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 omformat.h conte
aab0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
aac0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
aad0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
aae0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
aaf0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
ab00: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
ab10: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
ab20: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
ab30: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
ab40: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
ab50: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
ab60: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
ab70: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
ab80: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
ab90: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
aba0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
abb0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
abc0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
abd0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
abe0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
abf0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e _.c:pivot.h prin
ac00: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
ac10: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
ac20: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
ac30: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
ac40: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
ac50: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
ac60: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
ac70: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f sync.h timeline_
ac80: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 .c:timeline.h up
ac90: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
aca0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
acb0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
acc0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
acd0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
ace0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
acf0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
ad00: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
ad10: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
ad20: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
ad30: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
ad40: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
ad50: 61 64 65 72 73 0a 0a 75 73 65 72 5f 2e 63 3a 09 aders..user_.c:.
ad60: 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 $(SRCDIR)/user.c
ad70: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
ad80: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
ad90: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
ada0: 49 52 29 2f 75 73 65 72 2e 63 20 7c 20 73 65 64 IR)/user.c | sed
adb0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
adc0: 52 53 49 4f 4e 20 3e 75 73 65 72 5f 2e 63 0a 0a RSION >user_.c..
add0: 75 73 65 72 2e 6f 3a 09 75 73 65 72 5f 2e 63 20 user.o:.user_.c
ade0: 75 73 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 user.h $(SRCDIR
adf0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
ae00: 43 43 29 20 2d 6f 20 75 73 65 72 2e 6f 20 2d 63 CC) -o user.o -c
ae10: 20 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e 68 user_.c..user.h
ae20: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
ae30: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
ae40: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f d_.c:add.h blob_
ae50: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 .c:blob.h cgi_.c
ae60: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
ae70: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
ae80: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
ae90: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
aea0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
aeb0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
aec0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
aed0: 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 mat.h content_.c
aee0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
aef0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
af00: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
af10: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
af20: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
af30: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
af40: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
af50: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
af60: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
af70: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
af80: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
af90: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
afa0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
afb0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
afc0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
afd0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
afe0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
aff0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
b000: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
b010: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
b020: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ivot.h printf_.c
b030: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
b040: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
b050: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
b060: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
b070: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
b080: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
b090: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
b0a0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
b0b0: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f meline.h update_
b0c0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
b0d0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
b0e0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
b0f0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
b100: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
b110: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
b120: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
b130: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
b140: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
b150: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
b160: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
b170: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
b180: 0a 0a 76 65 72 69 66 79 5f 2e 63 3a 09 24 28 53 ..verify_.c:.$(S
b190: 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 RCDIR)/verify.c
b1a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
b1b0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
b1c0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
b1d0: 52 29 2f 76 65 72 69 66 79 2e 63 20 7c 20 73 65 R)/verify.c | se
b1e0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
b1f0: 45 52 53 49 4f 4e 20 3e 76 65 72 69 66 79 5f 2e ERSION >verify_.
b200: 63 0a 0a 76 65 72 69 66 79 2e 6f 3a 09 76 65 72 c..verify.o:.ver
b210: 69 66 79 5f 2e 63 20 76 65 72 69 66 79 2e 68 20 ify_.c verify.h
b220: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
b230: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
b240: 76 65 72 69 66 79 2e 6f 20 2d 63 20 76 65 72 69 verify.o -c veri
b250: 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e 68 3a fy_.c..verify.h:
b260: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
b270: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
b280: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
b290: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
b2a0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
b2b0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
b2c0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
b2d0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
b2e0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
b2f0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
b300: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
b310: 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a at.h content_.c:
b320: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
b330: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
b340: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
b350: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
b360: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
b370: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
b380: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
b390: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
b3a0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
b3b0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
b3c0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
b3d0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
b3e0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
b3f0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
b400: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
b410: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
b420: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
b430: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
b440: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
b450: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
b460: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
b470: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
b480: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
b490: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
b4a0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
b4b0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
b4c0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
b4d0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
b4e0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
b4f0: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
b500: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
b510: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
b520: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
b530: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
b540: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
b550: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
b560: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
b570: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
b580: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
b590: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
b5a0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
b5b0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
b5c0: 0a 76 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 .vfile_.c:.$(SRC
b5d0: 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 24 28 53 DIR)/vfile.c $(S
b5e0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
b5f0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
b600: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
b610: 76 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 vfile.c | sed -f
b620: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
b630: 4f 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 ON >vfile_.c..vf
b640: 69 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 ile.o:.vfile_.c
b650: 76 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 vfile.h $(SRCDI
b660: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
b670: 54 43 43 29 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 TCC) -o vfile.o
b680: 2d 63 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 -c vfile_.c..vfi
b690: 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 le.h:.makeheader
b6a0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
b6b0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
b6c0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 lob_.c:blob.h cg
b6d0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
b6e0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
b6f0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
b700: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
b710: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
b720: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
b730: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
b740: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e mformat.h conten
b750: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
b760: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
b770: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
b780: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
b790: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
b7a0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
b7b0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
b7c0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
b7d0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
b7e0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
b7f0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
b800: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
b810: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
b820: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
b830: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
b840: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
b850: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
b860: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
b870: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
b880: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
b890: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
b8a0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
b8b0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
b8c0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
b8d0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
b8e0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
b8f0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
b900: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
b910: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
b920: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
b930: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
b940: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
b950: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
b960: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
b970: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
b980: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
b990: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
b9a0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
b9b0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
b9c0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
b9d0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
b9e0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
b9f0: 64 65 72 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 ders..wiki_.c:.$
ba00: 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 (SRCDIR)/wiki.c
ba10: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
ba20: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
ba30: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
ba40: 52 29 2f 77 69 6b 69 2e 63 20 7c 20 73 65 64 20 R)/wiki.c | sed
ba50: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
ba60: 53 49 4f 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 SION >wiki_.c..w
ba70: 69 6b 69 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 iki.o:.wiki_.c w
ba80: 69 6b 69 2e 68 20 20 24 28 53 52 43 44 49 52 29 iki.h $(SRCDIR)
ba90: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
baa0: 43 29 20 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 C) -o wiki.o -c
bab0: 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a wiki_.c..wiki.h:
bac0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
bad0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
bae0: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
baf0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
bb00: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
bb10: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
bb20: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
bb30: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
bb40: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
bb50: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
bb60: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
bb70: 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a at.h content_.c:
bb80: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
bb90: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
bba0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
bbb0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
bbc0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
bbd0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
bbe0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
bbf0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
bc00: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
bc10: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
bc20: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
bc30: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
bc40: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
bc50: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
bc60: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
bc70: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
bc80: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
bc90: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
bca0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 ge3.h name_.c:na
bcb0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
bcc0: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a vot.h printf_.c:
bcd0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
bce0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
bcf0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
bd00: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
bd10: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
bd20: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
bd30: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
bd40: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
bd50: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e eline.h update_.
bd60: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
bd70: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
bd80: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
bd90: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
bda0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
bdb0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
bdc0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
bdd0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
bde0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
bdf0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
be00: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
be10: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
be20: 0a 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 09 .wikiformat_.c:.
be30: 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f $(SRCDIR)/wikifo
be40: 72 6d 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 rmat.c $(SRCDIR)
be50: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
be60: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
be70: 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f $(SRCDIR)/wikifo
be80: 72 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 rmat.c | sed -f
be90: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
bea0: 4e 20 3e 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 N >wikiformat_.c
beb0: 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 3a 09 ..wikiformat.o:.
bec0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 77 69 wikiformat_.c wi
bed0: 6b 69 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 kiformat.h $(SR
bee0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
bef0: 24 28 58 54 43 43 29 20 2d 6f 20 77 69 6b 69 66 $(XTCC) -o wikif
bf00: 6f 72 6d 61 74 2e 6f 20 2d 63 20 77 69 6b 69 66 ormat.o -c wikif
bf10: 6f 72 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f ormat_.c..wikifo
bf20: 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 rmat.h:.makehead
bf30: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
bf40: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
bf50: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
bf60: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
bf70: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
bf80: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
bf90: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
bfa0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
bfb0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
bfc0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
bfd0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 comformat.h cont
bfe0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
bff0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
c000: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
c010: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
c020: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
c030: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
c040: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
c050: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
c060: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
c070: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
c080: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
c090: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
c0a0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
c0b0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
c0c0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
c0d0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
c0e0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
c0f0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
c100: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
c110: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
c120: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
c130: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
c140: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
c150: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
c160: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
c170: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
c180: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
c190: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
c1a0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
c1b0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
c1c0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
c1d0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
c1e0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
c1f0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
c200: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
c210: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
c220: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
c230: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
c240: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
c250: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
c260: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
c270: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
c280: 65 61 64 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a eaders..xfer_.c:
c290: 09 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e .$(SRCDIR)/xfer.
c2a0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
c2b0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
c2c0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
c2d0: 44 49 52 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 DIR)/xfer.c | se
c2e0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
c2f0: 45 52 53 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a ERSION >xfer_.c.
c300: 0a 78 66 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 .xfer.o:.xfer_.c
c310: 20 78 66 65 72 2e 68 20 20 24 28 53 52 43 44 49 xfer.h $(SRCDI
c320: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
c330: 54 43 43 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d TCC) -o xfer.o -
c340: 63 20 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e c xfer_.c..xfer.
c350: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
c360: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
c370: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
c380: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
c390: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
c3a0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
c3b0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
c3c0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
c3d0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
c3e0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
c3f0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
c400: 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e rmat.h content_.
c410: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
c420: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
c430: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
c440: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
c450: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
c460: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
c470: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
c480: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
c490: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
c4a0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
c4b0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
c4c0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
c4d0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
c4e0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
c4f0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
c500: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
c510: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
c520: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
c530: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
c540: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
c550: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e pivot.h printf_.
c560: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
c570: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
c580: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
c590: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
c5a0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
c5b0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
c5c0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
c5d0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
c5e0: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 imeline.h update
c5f0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
c600: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
c610: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
c620: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
c630: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
c640: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
c650: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
c660: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
c670: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
c680: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
c690: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
c6a0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
c6b0: 73 0a 0a 7a 69 70 5f 2e 63 3a 09 24 28 53 52 43 s..zip_.c:.$(SRC
c6c0: 44 49 52 29 2f 7a 69 70 2e 63 20 24 28 53 52 43 DIR)/zip.c $(SRC
c6d0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
c6e0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
c6f0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 7a 69 ate $(SRCDIR)/zi
c700: 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 p.c | sed -f $(S
c710: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
c720: 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 6f 3a 09 7a zip_.c..zip.o:.z
c730: 69 70 5f 2e 63 20 7a 69 70 2e 68 20 20 24 28 53 ip_.c zip.h $(S
c740: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
c750: 09 24 28 58 54 43 43 29 20 2d 6f 20 7a 69 70 2e .$(XTCC) -o zip.
c760: 6f 20 2d 63 20 7a 69 70 5f 2e 63 0a 0a 7a 69 70 o -c zip_.c..zip
c770: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
c780: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
c790: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f add_.c:add.h blo
c7a0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f b_.c:blob.h cgi_
c7b0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
c7c0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
c7d0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
c7e0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
c7f0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
c800: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
c810: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
c820: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f ormat.h content_
c830: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
c840: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
c850: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
c860: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
c870: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
c880: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
c890: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
c8a0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
c8b0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
c8c0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
c8d0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
c8e0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
c8f0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
c900: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
c910: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
c920: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
c930: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
c940: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
c950: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
c960: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
c970: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
c980: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
c990: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
c9a0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
c9b0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
c9c0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
c9d0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
c9e0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
c9f0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
ca00: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
ca10: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
ca20: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
ca30: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
ca40: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
ca50: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
ca60: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
ca70: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
ca80: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
ca90: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
caa0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
cab0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
cac0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
cad0: 72 73 0a 0a 73 71 6c 69 74 65 33 2e 6f 3a 09 24 rs..sqlite3.o:.$
cae0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
caf0: 2e 63 0a 09 24 28 58 54 43 43 29 20 2d 44 53 51 .c..$(XTCC) -DSQ
cb00: 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f 41 44 5f 45 LITE_OMIT_LOAD_E
cb10: 58 54 45 4e 53 49 4f 4e 3d 31 20 2d 44 53 51 4c XTENSION=1 -DSQL
cb20: 49 54 45 5f 50 52 49 56 41 54 45 3d 20 2d 44 54 ITE_PRIVATE= -DT
cb30: 48 52 45 41 44 53 41 46 45 3d 30 20 2d 44 53 51 HREADSAFE=0 -DSQ
cb40: 4c 49 54 45 5f 44 45 46 41 55 4c 54 5f 46 49 4c LITE_DEFAULT_FIL
cb50: 45 5f 46 4f 52 4d 41 54 3d 34 20 2d 63 20 24 28 E_FORMAT=4 -c $(
cb60: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
cb70: 63 20 2d 6f 20 73 71 6c 69 74 65 33 2e 6f 0a 0a c -o sqlite3.o..