Artifact 4242635d97ca8e48f22369d246fa543eb7b92120:
File
src/main.mk
part of check-in
[9346f2290c]
- Added the "all" command for things like "fossil all sync". I am not sure
"all" is quite the right name for this command, so I may yet change it.
by
drh on
2008-10-17 00:20:21.
0000: 23 20 44 4f 20 4e 4f 54 20 45 44 49 54 0a 23 0a # DO NOT EDIT.#.
0010: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 61 # This file is a
0020: 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 67 65 6e utomatically gen
0030: 65 72 61 74 65 64 2e 20 20 49 6e 73 74 65 61 64 erated. Instead
0040: 20 6f 66 20 65 64 69 74 69 6e 67 20 74 68 69 73 of editing this
0050: 0a 23 20 66 69 6c 65 2c 20 65 64 69 74 20 22 6d .# file, edit "m
0060: 61 6b 65 6d 61 6b 65 2e 74 63 6c 22 20 74 68 65 akemake.tcl" the
0070: 6e 20 72 75 6e 20 22 74 63 6c 73 68 20 6d 61 6b n run "tclsh mak
0080: 65 6d 61 6b 65 2e 74 63 6c 20 3e 6d 61 69 6e 2e emake.tcl >main.
0090: 6d 6b 22 0a 23 20 74 6f 20 72 65 67 65 6e 65 72 mk".# to regener
00a0: 61 74 65 20 74 68 69 73 20 66 69 6c 65 2e 0a 23 ate this file..#
00b0: 0a 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 .# This file is
00c0: 69 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75 included by linu
00d0: 78 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75 x-gcc.mk or linu
00e0: 78 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f x-mingw.mk or po
00f0: 73 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74 ssible.# some ot
0100: 68 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20 her makefiles.
0110: 54 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69 This file contai
0120: 6e 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61 ns the rules tha
0130: 74 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74 t are common.# t
0140: 6f 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72 o building regar
0150: 64 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72 dless of the tar
0160: 67 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24 get..#..XTCC = $
0170: 28 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20 (TCC) $(CFLAGS)
0180: 2d 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a -I. -I$(SRCDIR).
0190: 0a 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52 ..SRC = \. $(SR
01a0: 43 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20 CDIR)/add.c \.
01b0: 24 28 53 52 43 44 49 52 29 2f 61 64 6d 69 6e 2e $(SRCDIR)/admin.
01c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
01d0: 61 6c 6c 72 65 70 6f 2e 63 20 5c 0a 20 20 24 28 allrepo.c \. $(
01e0: 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20 5c 0a SRCDIR)/bag.c \.
01f0: 20 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 $(SRCDIR)/blob
0200: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0210: 2f 62 72 61 6e 63 68 2e 63 20 5c 0a 20 20 24 28 /branch.c \. $(
0220: 53 52 43 44 49 52 29 2f 62 72 6f 77 73 65 2e 63 SRCDIR)/browse.c
0230: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 \. $(SRCDIR)/c
0240: 67 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 gi.c \. $(SRCDI
0250: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 5c 0a 20 R)/checkin.c \.
0260: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b $(SRCDIR)/check
0270: 6f 75 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 out.c \. $(SRCD
0280: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 IR)/clearsign.c
0290: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c \. $(SRCDIR)/cl
02a0: 6f 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 one.c \. $(SRCD
02b0: 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 IR)/comformat.c
02c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f \. $(SRCDIR)/co
02d0: 6e 66 69 67 75 72 65 2e 63 20 5c 0a 20 20 24 28 nfigure.c \. $(
02e0: 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 SRCDIR)/construc
02f0: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 t.c \. $(SRCDIR
0300: 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 5c 0a 20 20 )/content.c \.
0310: 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 5c $(SRCDIR)/db.c \
0320: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c . $(SRCDIR)/del
0330: 74 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ta.c \. $(SRCDI
0340: 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20 5c 0a R)/deltacmd.c \.
0350: 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 $(SRCDIR)/desc
0360: 65 6e 64 61 6e 74 73 2e 63 20 5c 0a 20 20 24 28 endants.c \. $(
0370: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 5c SRCDIR)/diff.c \
0380: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 69 66 . $(SRCDIR)/dif
0390: 66 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 fcmd.c \. $(SRC
03a0: 44 49 52 29 2f 64 6f 63 2e 63 20 5c 0a 20 20 24 DIR)/doc.c \. $
03b0: 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e (SRCDIR)/encode.
03c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
03d0: 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 file.c \. $(SRC
03e0: 44 49 52 29 2f 68 74 74 70 2e 63 20 5c 0a 20 20 DIR)/http.c \.
03f0: 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 $(SRCDIR)/info.c
0400: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6c \. $(SRCDIR)/l
0410: 6f 67 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 ogin.c \. $(SRC
0420: 44 49 52 29 2f 6d 61 69 6e 2e 63 20 5c 0a 20 20 DIR)/main.c \.
0430: 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 $(SRCDIR)/manife
0440: 73 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 st.c \. $(SRCDI
0450: 52 29 2f 6d 64 35 2e 63 20 5c 0a 20 20 24 28 53 R)/md5.c \. $(S
0460: 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 5c RCDIR)/merge.c \
0470: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72 . $(SRCDIR)/mer
0480: 67 65 33 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ge3.c \. $(SRCD
0490: 49 52 29 2f 6d 79 5f 70 61 67 65 2e 63 20 5c 0a IR)/my_page.c \.
04a0: 20 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 $(SRCDIR)/name
04b0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
04c0: 2f 70 69 76 6f 74 2e 63 20 5c 0a 20 20 24 28 53 /pivot.c \. $(S
04d0: 52 43 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20 RCDIR)/pqueue.c
04e0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 70 72 \. $(SRCDIR)/pr
04f0: 69 6e 74 66 2e 63 20 5c 0a 20 20 24 28 53 52 43 intf.c \. $(SRC
0500: 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 5c DIR)/rebuild.c \
0510: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72 65 70 . $(SRCDIR)/rep
0520: 6f 72 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ort.c \. $(SRCD
0530: 49 52 29 2f 72 73 73 2e 63 20 5c 0a 20 20 24 28 IR)/rss.c \. $(
0540: 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 SRCDIR)/schema.c
0550: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 \. $(SRCDIR)/s
0560: 65 74 75 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 etup.c \. $(SRC
0570: 44 49 52 29 2f 73 68 61 31 2e 63 20 5c 0a 20 20 DIR)/sha1.c \.
0580: 24 28 53 52 43 44 49 52 29 2f 73 68 75 6e 2e 63 $(SRCDIR)/shun.c
0590: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 \. $(SRCDIR)/s
05a0: 74 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 tat.c \. $(SRCD
05b0: 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c 0a 20 20 IR)/style.c \.
05c0: 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 $(SRCDIR)/sync.c
05d0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 \. $(SRCDIR)/t
05e0: 61 67 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ag.c \. $(SRCDI
05f0: 52 29 2f 74 61 67 76 69 65 77 2e 63 20 5c 0a 20 R)/tagview.c \.
0600: 20 24 28 53 52 43 44 49 52 29 2f 74 68 5f 6d 61 $(SRCDIR)/th_ma
0610: 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 in.c \. $(SRCDI
0620: 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 5c 0a R)/timeline.c \.
0630: 20 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 2e $(SRCDIR)/tkt.
0640: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0650: 74 6b 74 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 tktsetup.c \. $
0660: 28 53 52 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 (SRCDIR)/undo.c
0670: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 70 \. $(SRCDIR)/up
0680: 64 61 74 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 date.c \. $(SRC
0690: 44 49 52 29 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 DIR)/url.c \. $
06a0: 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 (SRCDIR)/user.c
06b0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 76 65 \. $(SRCDIR)/ve
06c0: 72 69 66 79 2e 63 20 5c 0a 20 20 24 28 53 52 43 rify.c \. $(SRC
06d0: 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 DIR)/vfile.c \.
06e0: 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e $(SRCDIR)/wiki.
06f0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0700: 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 wikiformat.c \.
0710: 20 24 28 53 52 43 44 49 52 29 2f 77 69 6e 68 74 $(SRCDIR)/winht
0720: 74 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 tp.c \. $(SRCDI
0730: 52 29 2f 78 66 65 72 2e 63 20 5c 0a 20 20 24 28 R)/xfer.c \. $(
0740: 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54 SRCDIR)/zip.c..T
0750: 52 41 4e 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61 RANS_SRC = \. a
0760: 64 64 5f 2e 63 20 5c 0a 20 20 61 64 6d 69 6e 5f dd_.c \. admin_
0770: 2e 63 20 5c 0a 20 20 61 6c 6c 72 65 70 6f 5f 2e .c \. allrepo_.
0780: 63 20 5c 0a 20 20 62 61 67 5f 2e 63 20 5c 0a 20 c \. bag_.c \.
0790: 20 62 6c 6f 62 5f 2e 63 20 5c 0a 20 20 62 72 61 blob_.c \. bra
07a0: 6e 63 68 5f 2e 63 20 5c 0a 20 20 62 72 6f 77 73 nch_.c \. brows
07b0: 65 5f 2e 63 20 5c 0a 20 20 63 67 69 5f 2e 63 20 e_.c \. cgi_.c
07c0: 5c 0a 20 20 63 68 65 63 6b 69 6e 5f 2e 63 20 5c \. checkin_.c \
07d0: 0a 20 20 63 68 65 63 6b 6f 75 74 5f 2e 63 20 5c . checkout_.c \
07e0: 0a 20 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20 . clearsign_.c
07f0: 5c 0a 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 \. clone_.c \.
0800: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a comformat_.c \.
0810: 20 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 20 5c configure_.c \
0820: 0a 20 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 20 . construct_.c
0830: 5c 0a 20 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c \. content_.c \
0840: 0a 20 20 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c . db_.c \. del
0850: 74 61 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63 ta_.c \. deltac
0860: 6d 64 5f 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e md_.c \. descen
0870: 64 61 6e 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66 dants_.c \. dif
0880: 66 5f 2e 63 20 5c 0a 20 20 64 69 66 66 63 6d 64 f_.c \. diffcmd
0890: 5f 2e 63 20 5c 0a 20 20 64 6f 63 5f 2e 63 20 5c _.c \. doc_.c \
08a0: 0a 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a 20 . encode_.c \.
08b0: 20 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 74 file_.c \. htt
08c0: 70 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e 63 p_.c \. info_.c
08d0: 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c 0a \. login_.c \.
08e0: 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 main_.c \. ma
08f0: 6e 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d 64 nifest_.c \. md
0900: 35 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f 2e 5_.c \. merge_.
0910: 63 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 20 c \. merge3_.c
0920: 5c 0a 20 20 6d 79 5f 70 61 67 65 5f 2e 63 20 5c \. my_page_.c \
0930: 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20 70 . name_.c \. p
0940: 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 71 75 65 ivot_.c \. pque
0950: 75 65 5f 2e 63 20 5c 0a 20 20 70 72 69 6e 74 66 ue_.c \. printf
0960: 5f 2e 63 20 5c 0a 20 20 72 65 62 75 69 6c 64 5f _.c \. rebuild_
0970: 2e 63 20 5c 0a 20 20 72 65 70 6f 72 74 5f 2e 63 .c \. report_.c
0980: 20 5c 0a 20 20 72 73 73 5f 2e 63 20 5c 0a 20 20 \. rss_.c \.
0990: 73 63 68 65 6d 61 5f 2e 63 20 5c 0a 20 20 73 65 schema_.c \. se
09a0: 74 75 70 5f 2e 63 20 5c 0a 20 20 73 68 61 31 5f tup_.c \. sha1_
09b0: 2e 63 20 5c 0a 20 20 73 68 75 6e 5f 2e 63 20 5c .c \. shun_.c \
09c0: 0a 20 20 73 74 61 74 5f 2e 63 20 5c 0a 20 20 73 . stat_.c \. s
09d0: 74 79 6c 65 5f 2e 63 20 5c 0a 20 20 73 79 6e 63 tyle_.c \. sync
09e0: 5f 2e 63 20 5c 0a 20 20 74 61 67 5f 2e 63 20 5c _.c \. tag_.c \
09f0: 0a 20 20 74 61 67 76 69 65 77 5f 2e 63 20 5c 0a . tagview_.c \.
0a00: 20 20 74 68 5f 6d 61 69 6e 5f 2e 63 20 5c 0a 20 th_main_.c \.
0a10: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a 20 timeline_.c \.
0a20: 20 74 6b 74 5f 2e 63 20 5c 0a 20 20 74 6b 74 73 tkt_.c \. tkts
0a30: 65 74 75 70 5f 2e 63 20 5c 0a 20 20 75 6e 64 6f etup_.c \. undo
0a40: 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74 65 5f 2e _.c \. update_.
0a50: 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 5c 0a 20 c \. url_.c \.
0a60: 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20 76 65 72 user_.c \. ver
0a70: 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66 69 6c 65 ify_.c \. vfile
0a80: 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f 2e 63 20 _.c \. wiki_.c
0a90: 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e \. wikiformat_.
0aa0: 63 20 5c 0a 20 20 77 69 6e 68 74 74 70 5f 2e 63 c \. winhttp_.c
0ab0: 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20 5c 0a 20 \. xfer_.c \.
0ac0: 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20 3d 20 5c zip_.c..OBJ = \
0ad0: 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20 61 64 6d . add.o \. adm
0ae0: 69 6e 2e 6f 20 5c 0a 20 20 61 6c 6c 72 65 70 6f in.o \. allrepo
0af0: 2e 6f 20 5c 0a 20 20 62 61 67 2e 6f 20 5c 0a 20 .o \. bag.o \.
0b00: 20 62 6c 6f 62 2e 6f 20 5c 0a 20 20 62 72 61 6e blob.o \. bran
0b10: 63 68 2e 6f 20 5c 0a 20 20 62 72 6f 77 73 65 2e ch.o \. browse.
0b20: 6f 20 5c 0a 20 20 63 67 69 2e 6f 20 5c 0a 20 20 o \. cgi.o \.
0b30: 63 68 65 63 6b 69 6e 2e 6f 20 5c 0a 20 20 63 68 checkin.o \. ch
0b40: 65 63 6b 6f 75 74 2e 6f 20 5c 0a 20 20 63 6c 65 eckout.o \. cle
0b50: 61 72 73 69 67 6e 2e 6f 20 5c 0a 20 20 63 6c 6f arsign.o \. clo
0b60: 6e 65 2e 6f 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d ne.o \. comform
0b70: 61 74 2e 6f 20 5c 0a 20 20 63 6f 6e 66 69 67 75 at.o \. configu
0b80: 72 65 2e 6f 20 5c 0a 20 20 63 6f 6e 73 74 72 75 re.o \. constru
0b90: 63 74 2e 6f 20 5c 0a 20 20 63 6f 6e 74 65 6e 74 ct.o \. content
0ba0: 2e 6f 20 5c 0a 20 20 64 62 2e 6f 20 5c 0a 20 20 .o \. db.o \.
0bb0: 64 65 6c 74 61 2e 6f 20 5c 0a 20 20 64 65 6c 74 delta.o \. delt
0bc0: 61 63 6d 64 2e 6f 20 5c 0a 20 20 64 65 73 63 65 acmd.o \. desce
0bd0: 6e 64 61 6e 74 73 2e 6f 20 5c 0a 20 20 64 69 66 ndants.o \. dif
0be0: 66 2e 6f 20 5c 0a 20 20 64 69 66 66 63 6d 64 2e f.o \. diffcmd.
0bf0: 6f 20 5c 0a 20 20 64 6f 63 2e 6f 20 5c 0a 20 20 o \. doc.o \.
0c00: 65 6e 63 6f 64 65 2e 6f 20 5c 0a 20 20 66 69 6c encode.o \. fil
0c10: 65 2e 6f 20 5c 0a 20 20 68 74 74 70 2e 6f 20 5c e.o \. http.o \
0c20: 0a 20 20 69 6e 66 6f 2e 6f 20 5c 0a 20 20 6c 6f . info.o \. lo
0c30: 67 69 6e 2e 6f 20 5c 0a 20 20 6d 61 69 6e 2e 6f gin.o \. main.o
0c40: 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 2e 6f 20 \. manifest.o
0c50: 5c 0a 20 20 6d 64 35 2e 6f 20 5c 0a 20 20 6d 65 \. md5.o \. me
0c60: 72 67 65 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 33 rge.o \. merge3
0c70: 2e 6f 20 5c 0a 20 20 6d 79 5f 70 61 67 65 2e 6f .o \. my_page.o
0c80: 20 5c 0a 20 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 \. name.o \.
0c90: 70 69 76 6f 74 2e 6f 20 5c 0a 20 20 70 71 75 65 pivot.o \. pque
0ca0: 75 65 2e 6f 20 5c 0a 20 20 70 72 69 6e 74 66 2e ue.o \. printf.
0cb0: 6f 20 5c 0a 20 20 72 65 62 75 69 6c 64 2e 6f 20 o \. rebuild.o
0cc0: 5c 0a 20 20 72 65 70 6f 72 74 2e 6f 20 5c 0a 20 \. report.o \.
0cd0: 20 72 73 73 2e 6f 20 5c 0a 20 20 73 63 68 65 6d rss.o \. schem
0ce0: 61 2e 6f 20 5c 0a 20 20 73 65 74 75 70 2e 6f 20 a.o \. setup.o
0cf0: 5c 0a 20 20 73 68 61 31 2e 6f 20 5c 0a 20 20 73 \. sha1.o \. s
0d00: 68 75 6e 2e 6f 20 5c 0a 20 20 73 74 61 74 2e 6f hun.o \. stat.o
0d10: 20 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 5c 0a 20 \. style.o \.
0d20: 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 61 67 2e sync.o \. tag.
0d30: 6f 20 5c 0a 20 20 74 61 67 76 69 65 77 2e 6f 20 o \. tagview.o
0d40: 5c 0a 20 20 74 68 5f 6d 61 69 6e 2e 6f 20 5c 0a \. th_main.o \.
0d50: 20 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 5c 0a 20 timeline.o \.
0d60: 20 74 6b 74 2e 6f 20 5c 0a 20 20 74 6b 74 73 65 tkt.o \. tktse
0d70: 74 75 70 2e 6f 20 5c 0a 20 20 75 6e 64 6f 2e 6f tup.o \. undo.o
0d80: 20 5c 0a 20 20 75 70 64 61 74 65 2e 6f 20 5c 0a \. update.o \.
0d90: 20 20 75 72 6c 2e 6f 20 5c 0a 20 20 75 73 65 72 url.o \. user
0da0: 2e 6f 20 5c 0a 20 20 76 65 72 69 66 79 2e 6f 20 .o \. verify.o
0db0: 5c 0a 20 20 76 66 69 6c 65 2e 6f 20 5c 0a 20 20 \. vfile.o \.
0dc0: 77 69 6b 69 2e 6f 20 5c 0a 20 20 77 69 6b 69 66 wiki.o \. wikif
0dd0: 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 77 69 6e 68 ormat.o \. winh
0de0: 74 74 70 2e 6f 20 5c 0a 20 20 78 66 65 72 2e 6f ttp.o \. xfer.o
0df0: 20 5c 0a 20 20 7a 69 70 2e 6f 0a 0a 41 50 50 4e \. zip.o..APPN
0e00: 41 4d 45 20 3d 20 66 6f 73 73 69 6c 24 28 45 29 AME = fossil$(E)
0e10: 0a 0a 0a 0a 61 6c 6c 3a 09 24 28 41 50 50 4e 41 ....all:.$(APPNA
0e20: 4d 45 29 0a 0a 69 6e 73 74 61 6c 6c 3a 09 24 28 ME)..install:.$(
0e30: 41 50 50 4e 41 4d 45 29 0a 09 6d 76 20 24 28 41 APPNAME)..mv $(A
0e40: 50 50 4e 41 4d 45 29 20 24 28 49 4e 53 54 41 4c PPNAME) $(INSTAL
0e50: 4c 44 49 52 29 0a 0a 74 72 61 6e 73 6c 61 74 65 LDIR)..translate
0e60: 3a 09 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e :.$(SRCDIR)/tran
0e70: 73 6c 61 74 65 2e 63 0a 09 24 28 42 43 43 29 20 slate.c..$(BCC)
0e80: 2d 6f 20 74 72 61 6e 73 6c 61 74 65 20 24 28 53 -o translate $(S
0e90: 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65 RCDIR)/translate
0ea0: 2e 63 0a 0a 6d 61 6b 65 68 65 61 64 65 72 73 3a .c..makeheaders:
0eb0: 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 .$(SRCDIR)/makeh
0ec0: 65 61 64 65 72 73 2e 63 0a 09 24 28 42 43 43 29 eaders.c..$(BCC)
0ed0: 20 2d 6f 20 6d 61 6b 65 68 65 61 64 65 72 73 20 -o makeheaders
0ee0: 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 $(SRCDIR)/makehe
0ef0: 61 64 65 72 73 2e 63 0a 0a 6d 6b 69 6e 64 65 78 aders.c..mkindex
0f00: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e :.$(SRCDIR)/mkin
0f10: 64 65 78 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f dex.c..$(BCC) -o
0f20: 20 6d 6b 69 6e 64 65 78 20 24 28 53 52 43 44 49 mkindex $(SRCDI
0f30: 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 0a 23 20 R)/mkindex.c..#
0f40: 57 41 52 4e 49 4e 47 2e 20 44 41 4e 47 45 52 2e WARNING. DANGER.
0f50: 20 52 75 6e 6e 69 6e 67 20 74 68 65 20 74 65 73 Running the tes
0f60: 74 73 75 69 74 65 20 6d 6f 64 69 66 69 65 73 20 tsuite modifies
0f70: 74 68 65 20 72 65 70 6f 73 69 74 6f 72 79 20 74 the repository t
0f80: 68 65 0a 23 20 62 75 69 6c 64 20 69 73 20 64 6f he.# build is do
0f90: 6e 65 20 66 72 6f 6d 2c 20 69 2e 65 2e 20 74 68 ne from, i.e. th
0fa0: 65 20 63 68 65 63 6b 6f 75 74 20 62 65 6c 6f 6e e checkout belon
0fb0: 67 73 20 74 6f 2e 20 44 6f 20 6e 6f 74 20 73 79 gs to. Do not sy
0fc0: 6e 63 2f 70 75 73 68 0a 23 20 74 68 65 20 72 65 nc/push.# the re
0fd0: 70 6f 73 69 74 6f 72 79 20 61 66 74 65 72 20 72 pository after r
0fe0: 75 6e 6e 69 6e 67 20 74 68 65 20 74 65 73 74 73 unning the tests
0ff0: 2e 0a 74 65 73 74 3a 09 24 28 41 50 50 4e 41 4d ..test:.$(APPNAM
1000: 45 29 0a 09 24 28 54 43 4c 53 48 29 20 74 65 73 E)..$(TCLSH) tes
1010: 74 2f 74 65 73 74 65 72 2e 74 63 6c 20 24 28 41 t/tester.tcl $(A
1020: 50 50 4e 41 4d 45 29 0a 0a 56 45 52 53 49 4f 4e PPNAME)..VERSION
1030: 2e 68 3a 09 24 28 53 52 43 44 49 52 29 2f 2e 2e .h:.$(SRCDIR)/..
1040: 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69 64 20 24 /manifest.uuid $
1050: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 (SRCDIR)/../mani
1060: 66 65 73 74 0a 09 61 77 6b 20 27 7b 20 70 72 69 fest..awk '{ pri
1070: 6e 74 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e ntf "#define MAN
1080: 49 46 45 53 54 5f 55 55 49 44 20 5c 22 25 73 5c IFEST_UUID \"%s\
1090: 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53 "\n", $$1}' $(S
10a0: 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 RCDIR)/../manife
10b0: 73 74 2e 75 75 69 64 20 3e 56 45 52 53 49 4f 4e st.uuid >VERSION
10c0: 2e 68 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 .h..awk '{ print
10d0: 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 f "#define MANIF
10e0: 45 53 54 5f 56 45 52 53 49 4f 4e 20 5c 22 5b 25 EST_VERSION \"[%
10f0: 2e 31 30 73 5d 5c 22 5c 6e 22 2c 20 24 24 31 7d .10s]\"\n", $$1}
1100: 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f ' $(SRCDIR)/../
1110: 6d 61 6e 69 66 65 73 74 2e 75 75 69 64 20 3e 3e manifest.uuid >>
1120: 56 45 52 53 49 4f 4e 2e 68 0a 09 61 77 6b 20 27 VERSION.h..awk '
1130: 24 24 31 3d 3d 22 44 22 7b 70 72 69 6e 74 66 20 $$1=="D"{printf
1140: 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 "#define MANIFES
1150: 54 5f 44 41 54 45 20 5c 22 25 73 20 25 73 5c 22 T_DATE \"%s %s\"
1160: 5c 6e 22 2c 20 73 75 62 73 74 72 28 24 24 32 2c \n", substr($$2,
1170: 31 2c 31 30 29 2c 73 75 62 73 74 72 28 24 24 32 1,10),substr($$2
1180: 2c 31 32 29 7d 27 20 20 24 28 53 52 43 44 49 52 ,12)}' $(SRCDIR
1190: 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 20 3e 3e )/../manifest >>
11a0: 56 45 52 53 49 4f 4e 2e 68 0a 0a 24 28 41 50 50 VERSION.h..$(APP
11b0: 4e 41 4d 45 29 3a 09 68 65 61 64 65 72 73 20 24 NAME):.headers $
11c0: 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 (OBJ) sqlite3.o
11d0: 74 68 2e 6f 20 74 68 5f 6c 61 6e 67 2e 6f 0a 09 th.o th_lang.o..
11e0: 24 28 54 43 43 29 20 2d 6f 20 24 28 41 50 50 4e $(TCC) -o $(APPN
11f0: 41 4d 45 29 20 24 28 4f 42 4a 29 20 73 71 6c 69 AME) $(OBJ) sqli
1200: 74 65 33 2e 6f 20 74 68 2e 6f 20 74 68 5f 6c 61 te3.o th.o th_la
1210: 6e 67 2e 6f 20 24 28 4c 49 42 29 0a 0a 23 20 54 ng.o $(LIB)..# T
1220: 68 69 73 20 72 75 6c 65 20 70 72 65 76 65 6e 74 his rule prevent
1230: 73 20 6d 61 6b 65 20 66 72 6f 6d 20 75 73 69 6e s make from usin
1240: 67 20 69 74 73 20 64 65 66 61 75 6c 74 20 72 75 g its default ru
1250: 6c 65 73 20 74 6f 20 74 72 79 20 62 75 69 6c 64 les to try build
1260: 0a 23 20 61 6e 20 65 78 65 63 75 74 61 62 6c 65 .# an executable
1270: 20 6e 61 6d 65 64 20 22 6d 61 6e 69 66 65 73 74 named "manifest
1280: 22 20 6f 75 74 20 6f 66 20 74 68 65 20 66 69 6c " out of the fil
1290: 65 20 6e 61 6d 65 64 20 22 6d 61 6e 69 66 65 73 e named "manifes
12a0: 74 2e 63 22 0a 23 0a 24 28 53 52 43 44 49 52 29 t.c".#.$(SRCDIR)
12b0: 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 3a 09 0a 09 /../manifest:...
12c0: 23 20 6e 6f 6f 70 0a 0a 63 6c 65 61 6e 3a 09 0a # noop..clean:..
12d0: 09 72 6d 20 2d 66 20 2a 2e 6f 20 2a 5f 2e 63 20 .rm -f *.o *_.c
12e0: 24 28 41 50 50 4e 41 4d 45 29 20 56 45 52 53 49 $(APPNAME) VERSI
12f0: 4f 4e 2e 68 0a 09 72 6d 20 2d 66 20 74 72 61 6e ON.h..rm -f tran
1300: 73 6c 61 74 65 20 6d 61 6b 65 68 65 61 64 65 72 slate makeheader
1310: 73 20 6d 6b 69 6e 64 65 78 20 70 61 67 65 5f 69 s mkindex page_i
1320: 6e 64 65 78 2e 68 20 68 65 61 64 65 72 73 0a 09 ndex.h headers..
1330: 72 6d 20 2d 66 20 61 64 64 2e 68 20 61 64 6d 69 rm -f add.h admi
1340: 6e 2e 68 20 61 6c 6c 72 65 70 6f 2e 68 20 62 61 n.h allrepo.h ba
1350: 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 61 6e 63 g.h blob.h branc
1360: 68 2e 68 20 62 72 6f 77 73 65 2e 68 20 63 67 69 h.h browse.h cgi
1370: 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .h checkin.h che
1380: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
1390: 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 n.h clone.h comf
13a0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 ormat.h configur
13b0: 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 e.h construct.h
13c0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 content.h db.h d
13d0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e elta.h deltacmd.
13e0: 68 20 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 h descendants.h
13f0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 diff.h diffcmd.h
1400: 20 64 6f 63 2e 68 20 65 6e 63 6f 64 65 2e 68 20 doc.h encode.h
1410: 66 69 6c 65 2e 68 20 68 74 74 70 2e 68 20 69 6e file.h http.h in
1420: 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d 61 69 fo.h login.h mai
1430: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68 20 6d n.h manifest.h m
1440: 64 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d 65 72 d5.h merge.h mer
1450: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 2e 68 20 ge3.h my_page.h
1460: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 name.h pivot.h p
1470: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 2e 68 queue.h printf.h
1480: 20 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 rebuild.h repor
1490: 74 2e 68 20 72 73 73 2e 68 20 73 63 68 65 6d 61 t.h rss.h schema
14a0: 2e 68 20 73 65 74 75 70 2e 68 20 73 68 61 31 2e .h setup.h sha1.
14b0: 68 20 73 68 75 6e 2e 68 20 73 74 61 74 2e 68 20 h shun.h stat.h
14c0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 2e 68 20 74 style.h sync.h t
14d0: 61 67 2e 68 20 74 61 67 76 69 65 77 2e 68 20 74 ag.h tagview.h t
14e0: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
14f0: 65 2e 68 20 74 6b 74 2e 68 20 74 6b 74 73 65 74 e.h tkt.h tktset
1500: 75 70 2e 68 20 75 6e 64 6f 2e 68 20 75 70 64 61 up.h undo.h upda
1510: 74 65 2e 68 20 75 72 6c 2e 68 20 75 73 65 72 2e te.h url.h user.
1520: 68 20 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 h verify.h vfile
1530: 2e 68 20 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .h wiki.h wikifo
1540: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 2e 68 rmat.h winhttp.h
1550: 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a 70 xfer.h zip.h..p
1560: 61 67 65 5f 69 6e 64 65 78 2e 68 3a 20 24 28 54 age_index.h: $(T
1570: 52 41 4e 53 5f 53 52 43 29 20 6d 6b 69 6e 64 65 RANS_SRC) mkinde
1580: 78 0a 09 2e 2f 6d 6b 69 6e 64 65 78 20 24 28 54 x.../mkindex $(T
1590: 52 41 4e 53 5f 53 52 43 29 20 3e 24 40 0a 68 65 RANS_SRC) >$@.he
15a0: 61 64 65 72 73 3a 09 70 61 67 65 5f 69 6e 64 65 aders:.page_inde
15b0: 78 2e 68 20 6d 61 6b 65 68 65 61 64 65 72 73 20 x.h makeheaders
15c0: 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b VERSION.h.../mak
15d0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
15e0: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a :add.h admin_.c:
15f0: 61 64 6d 69 6e 2e 68 20 61 6c 6c 72 65 70 6f 5f admin.h allrepo_
1600: 2e 63 3a 61 6c 6c 72 65 70 6f 2e 68 20 62 61 67 .c:allrepo.h bag
1610: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
1620: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
1630: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
1640: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
1650: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
1660: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
1670: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
1680: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
1690: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
16a0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
16b0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
16c0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 omformat.h confi
16d0: 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 gure_.c:configur
16e0: 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 e.h construct_.c
16f0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
1700: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
1710: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
1720: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
1730: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
1740: 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 md.h descendants
1750: 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e _.c:descendants.
1760: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
1770: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
1780: 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 cmd.h doc_.c:doc
1790: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
17a0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
17b0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
17c0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
17d0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
17e0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
17f0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
1800: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
1810: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
1820: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
1830: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
1840: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
1850: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
1860: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
1870: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
1880: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
1890: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
18a0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 :rebuild.h repor
18b0: 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 t_.c:report.h rs
18c0: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
18d0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
18e0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
18f0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 ha1_.c:sha1.h sh
1900: 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 un_.c:shun.h sta
1910: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c t_.c:stat.h styl
1920: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
1930: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
1940: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
1950: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 _.c:tagview.h th
1960: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e _main_.c:th_main
1970: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
1980: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
1990: 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f :tkt.h tktsetup_
19a0: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
19b0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
19c0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
19d0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
19e0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
19f0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
1a00: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
1a10: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
1a20: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
1a30: 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 iformat.h winhtt
1a40: 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 p_.c:winhttp.h x
1a50: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
1a60: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
1a70: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
1a80: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 56 45 (SRCDIR)/th.h VE
1a90: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
1aa0: 65 61 64 65 72 73 0a 68 65 61 64 65 72 73 3a 20 eaders.headers:
1ab0: 4d 61 6b 65 66 69 6c 65 0a 4d 61 6b 65 66 69 6c Makefile.Makefil
1ac0: 65 3a 0a 61 64 64 5f 2e 63 3a 09 24 28 53 52 43 e:.add_.c:.$(SRC
1ad0: 44 49 52 29 2f 61 64 64 2e 63 20 24 28 53 52 43 DIR)/add.c $(SRC
1ae0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
1af0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
1b00: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 61 64 ate $(SRCDIR)/ad
1b10: 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 d.c | sed -f $(S
1b20: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
1b30: 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09 61 add_.c..add.o:.a
1b40: 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 24 28 53 dd_.c add.h $(S
1b50: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
1b60: 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64 64 2e .$(XTCC) -o add.
1b70: 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61 64 64 o -c add_.c..add
1b80: 2e 68 3a 09 68 65 61 64 65 72 73 0a 61 64 6d 69 .h:.headers.admi
1b90: 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f n_.c:.$(SRCDIR)/
1ba0: 61 64 6d 69 6e 2e 63 20 24 28 53 52 43 44 49 52 admin.c $(SRCDIR
1bb0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
1bc0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
1bd0: 20 24 28 53 52 43 44 49 52 29 2f 61 64 6d 69 6e $(SRCDIR)/admin
1be0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
1bf0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 61 CDIR)/VERSION >a
1c00: 64 6d 69 6e 5f 2e 63 0a 0a 61 64 6d 69 6e 2e 6f dmin_.c..admin.o
1c10: 3a 09 61 64 6d 69 6e 5f 2e 63 20 61 64 6d 69 6e :.admin_.c admin
1c20: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
1c30: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
1c40: 2d 6f 20 61 64 6d 69 6e 2e 6f 20 2d 63 20 61 64 -o admin.o -c ad
1c50: 6d 69 6e 5f 2e 63 0a 0a 61 64 6d 69 6e 2e 68 3a min_.c..admin.h:
1c60: 09 68 65 61 64 65 72 73 0a 61 6c 6c 72 65 70 6f .headers.allrepo
1c70: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 61 _.c:.$(SRCDIR)/a
1c80: 6c 6c 72 65 70 6f 2e 63 20 24 28 53 52 43 44 49 llrepo.c $(SRCDI
1c90: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
1ca0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
1cb0: 65 20 24 28 53 52 43 44 49 52 29 2f 61 6c 6c 72 e $(SRCDIR)/allr
1cc0: 65 70 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 epo.c | sed -f $
1cd0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
1ce0: 20 3e 61 6c 6c 72 65 70 6f 5f 2e 63 0a 0a 61 6c >allrepo_.c..al
1cf0: 6c 72 65 70 6f 2e 6f 3a 09 61 6c 6c 72 65 70 6f lrepo.o:.allrepo
1d00: 5f 2e 63 20 61 6c 6c 72 65 70 6f 2e 68 20 20 24 _.c allrepo.h $
1d10: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
1d20: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 6c h..$(XTCC) -o al
1d30: 6c 72 65 70 6f 2e 6f 20 2d 63 20 61 6c 6c 72 65 lrepo.o -c allre
1d40: 70 6f 5f 2e 63 0a 0a 61 6c 6c 72 65 70 6f 2e 68 po_.c..allrepo.h
1d50: 3a 09 68 65 61 64 65 72 73 0a 62 61 67 5f 2e 63 :.headers.bag_.c
1d60: 3a 09 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e :.$(SRCDIR)/bag.
1d70: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
1d80: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
1d90: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
1da0: 44 49 52 29 2f 62 61 67 2e 63 20 7c 20 73 65 64 DIR)/bag.c | sed
1db0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
1dc0: 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a 0a 62 RSION >bag_.c..b
1dd0: 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 61 67 ag.o:.bag_.c bag
1de0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
1df0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
1e00: 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61 67 5f -o bag.o -c bag_
1e10: 2e 63 0a 0a 62 61 67 2e 68 3a 09 68 65 61 64 65 .c..bag.h:.heade
1e20: 72 73 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 53 52 rs.blob_.c:.$(SR
1e30: 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 24 28 53 CDIR)/blob.c $(S
1e40: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
1e50: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
1e60: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
1e70: 62 6c 6f 62 2e 63 20 7c 20 73 65 64 20 2d 66 20 blob.c | sed -f
1e80: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
1e90: 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 N >blob_.c..blob
1ea0: 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62 .o:.blob_.c blob
1eb0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
1ec0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
1ed0: 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f -o blob.o -c blo
1ee0: 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 68 65 b_.c..blob.h:.he
1ef0: 61 64 65 72 73 0a 62 72 61 6e 63 68 5f 2e 63 3a aders.branch_.c:
1f00: 09 24 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63 .$(SRCDIR)/branc
1f10: 68 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 h.c $(SRCDIR)/VE
1f20: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
1f30: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
1f40: 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 RCDIR)/branch.c
1f50: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
1f60: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 72 61 6e R)/VERSION >bran
1f70: 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 6f 3a ch_.c..branch.o:
1f80: 09 62 72 61 6e 63 68 5f 2e 63 20 62 72 61 6e 63 .branch_.c branc
1f90: 68 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 h.h $(SRCDIR)/c
1fa0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
1fb0: 20 2d 6f 20 62 72 61 6e 63 68 2e 6f 20 2d 63 20 -o branch.o -c
1fc0: 62 72 61 6e 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 branch_.c..branc
1fd0: 68 2e 68 3a 09 68 65 61 64 65 72 73 0a 62 72 6f h.h:.headers.bro
1fe0: 77 73 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 wse_.c:.$(SRCDIR
1ff0: 29 2f 62 72 6f 77 73 65 2e 63 20 24 28 53 52 43 )/browse.c $(SRC
2000: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
2010: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
2020: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 72 ate $(SRCDIR)/br
2030: 6f 77 73 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 owse.c | sed -f
2040: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
2050: 4e 20 3e 62 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 N >browse_.c..br
2060: 6f 77 73 65 2e 6f 3a 09 62 72 6f 77 73 65 5f 2e owse.o:.browse_.
2070: 63 20 62 72 6f 77 73 65 2e 68 20 20 24 28 53 52 c browse.h $(SR
2080: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
2090: 24 28 58 54 43 43 29 20 2d 6f 20 62 72 6f 77 73 $(XTCC) -o brows
20a0: 65 2e 6f 20 2d 63 20 62 72 6f 77 73 65 5f 2e 63 e.o -c browse_.c
20b0: 0a 0a 62 72 6f 77 73 65 2e 68 3a 09 68 65 61 64 ..browse.h:.head
20c0: 65 72 73 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 ers.cgi_.c:.$(SR
20d0: 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28 53 52 CDIR)/cgi.c $(SR
20e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
20f0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
2100: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 late $(SRCDIR)/c
2110: 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 gi.c | sed -f $(
2120: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
2130: 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 >cgi_.c..cgi.o:.
2140: 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 cgi_.c cgi.h $(
2150: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
2160: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 67 69 ..$(XTCC) -o cgi
2170: 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 .o -c cgi_.c..cg
2180: 69 2e 68 3a 09 68 65 61 64 65 72 73 0a 63 68 65 i.h:.headers.che
2190: 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 ckin_.c:.$(SRCDI
21a0: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 53 R)/checkin.c $(S
21b0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
21c0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
21d0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
21e0: 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20 checkin.c | sed
21f0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
2200: 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63 SION >checkin_.c
2210: 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65 ..checkin.o:.che
2220: 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e ckin_.c checkin.
2230: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
2240: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
2250: 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63 o checkin.o -c c
2260: 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b heckin_.c..check
2270: 69 6e 2e 68 3a 09 68 65 61 64 65 72 73 0a 63 68 in.h:.headers.ch
2280: 65 63 6b 6f 75 74 5f 2e 63 3a 09 24 28 53 52 43 eckout_.c:.$(SRC
2290: 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 DIR)/checkout.c
22a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
22b0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
22c0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
22d0: 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 7c 20 R)/checkout.c |
22e0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
22f0: 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b 6f /VERSION >checko
2300: 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e ut_.c..checkout.
2310: 6f 3a 09 63 68 65 63 6b 6f 75 74 5f 2e 63 20 63 o:.checkout_.c c
2320: 68 65 63 6b 6f 75 74 2e 68 20 20 24 28 53 52 43 heckout.h $(SRC
2330: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
2340: 28 58 54 43 43 29 20 2d 6f 20 63 68 65 63 6b 6f (XTCC) -o checko
2350: 75 74 2e 6f 20 2d 63 20 63 68 65 63 6b 6f 75 74 ut.o -c checkout
2360: 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 68 3a _.c..checkout.h:
2370: 09 68 65 61 64 65 72 73 0a 63 6c 65 61 72 73 69 .headers.clearsi
2380: 67 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 gn_.c:.$(SRCDIR)
2390: 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 24 28 53 /clearsign.c $(S
23a0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
23b0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
23c0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
23d0: 63 6c 65 61 72 73 69 67 6e 2e 63 20 7c 20 73 65 clearsign.c | se
23e0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
23f0: 45 52 53 49 4f 4e 20 3e 63 6c 65 61 72 73 69 67 ERSION >clearsig
2400: 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 67 6e 2e n_.c..clearsign.
2410: 6f 3a 09 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20 o:.clearsign_.c
2420: 63 6c 65 61 72 73 69 67 6e 2e 68 20 20 24 28 53 clearsign.h $(S
2430: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
2440: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6c 65 61 .$(XTCC) -o clea
2450: 72 73 69 67 6e 2e 6f 20 2d 63 20 63 6c 65 61 72 rsign.o -c clear
2460: 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 sign_.c..clearsi
2470: 67 6e 2e 68 3a 09 68 65 61 64 65 72 73 0a 63 6c gn.h:.headers.cl
2480: 6f 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 one_.c:.$(SRCDIR
2490: 29 2f 63 6c 6f 6e 65 2e 63 20 24 28 53 52 43 44 )/clone.c $(SRCD
24a0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
24b0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
24c0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6c 6f te $(SRCDIR)/clo
24d0: 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 ne.c | sed -f $(
24e0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
24f0: 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 >clone_.c..clone
2500: 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e 63 20 63 6c 6f .o:.clone_.c clo
2510: 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ne.h $(SRCDIR)/
2520: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
2530: 29 20 2d 6f 20 63 6c 6f 6e 65 2e 6f 20 2d 63 20 ) -o clone.o -c
2540: 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e clone_.c..clone.
2550: 68 3a 09 68 65 61 64 65 72 73 0a 63 6f 6d 66 6f h:.headers.comfo
2560: 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 rmat_.c:.$(SRCDI
2570: 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 24 R)/comformat.c $
2580: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
2590: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
25a0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
25b0: 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 7c 20 )/comformat.c |
25c0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
25d0: 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6d 66 6f 72 /VERSION >comfor
25e0: 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d 61 mat_.c..comforma
25f0: 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d 61 74 5f 2e t.o:.comformat_.
2600: 63 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 20 24 c comformat.h $
2610: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
2620: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f h..$(XTCC) -o co
2630: 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 63 6f 6d mformat.o -c com
2640: 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f format_.c..comfo
2650: 72 6d 61 74 2e 68 3a 09 68 65 61 64 65 72 73 0a rmat.h:.headers.
2660: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 09 24 28 configure_.c:.$(
2670: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 75 72 SRCDIR)/configur
2680: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 e.c $(SRCDIR)/VE
2690: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
26a0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
26b0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 75 72 65 RCDIR)/configure
26c0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
26d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 CDIR)/VERSION >c
26e0: 6f 6e 66 69 67 75 72 65 5f 2e 63 0a 0a 63 6f 6e onfigure_.c..con
26f0: 66 69 67 75 72 65 2e 6f 3a 09 63 6f 6e 66 69 67 figure.o:.config
2700: 75 72 65 5f 2e 63 20 63 6f 6e 66 69 67 75 72 65 ure_.c configure
2710: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2720: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2730: 2d 6f 20 63 6f 6e 66 69 67 75 72 65 2e 6f 20 2d -o configure.o -
2740: 63 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 0a 0a c configure_.c..
2750: 63 6f 6e 66 69 67 75 72 65 2e 68 3a 09 68 65 61 configure.h:.hea
2760: 64 65 72 73 0a 63 6f 6e 73 74 72 75 63 74 5f 2e ders.construct_.
2770: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e c:.$(SRCDIR)/con
2780: 73 74 72 75 63 74 2e 63 20 24 28 53 52 43 44 49 struct.c $(SRCDI
2790: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
27a0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
27b0: 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 e $(SRCDIR)/cons
27c0: 74 72 75 63 74 2e 63 20 7c 20 73 65 64 20 2d 66 truct.c | sed -f
27d0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
27e0: 4f 4e 20 3e 63 6f 6e 73 74 72 75 63 74 5f 2e 63 ON >construct_.c
27f0: 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 6f 3a 09 63 ..construct.o:.c
2800: 6f 6e 73 74 72 75 63 74 5f 2e 63 20 63 6f 6e 73 onstruct_.c cons
2810: 74 72 75 63 74 2e 68 20 20 24 28 53 52 43 44 49 truct.h $(SRCDI
2820: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
2830: 54 43 43 29 20 2d 6f 20 63 6f 6e 73 74 72 75 63 TCC) -o construc
2840: 74 2e 6f 20 2d 63 20 63 6f 6e 73 74 72 75 63 74 t.o -c construct
2850: 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 68 _.c..construct.h
2860: 3a 09 68 65 61 64 65 72 73 0a 63 6f 6e 74 65 6e :.headers.conten
2870: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f t_.c:.$(SRCDIR)/
2880: 63 6f 6e 74 65 6e 74 2e 63 20 24 28 53 52 43 44 content.c $(SRCD
2890: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
28a0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
28b0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e te $(SRCDIR)/con
28c0: 74 65 6e 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 tent.c | sed -f
28d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
28e0: 4e 20 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 N >content_.c..c
28f0: 6f 6e 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74 65 6e ontent.o:.conten
2900: 74 5f 2e 63 20 63 6f 6e 74 65 6e 74 2e 68 20 20 t_.c content.h
2910: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
2920: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 .h..$(XTCC) -o c
2930: 6f 6e 74 65 6e 74 2e 6f 20 2d 63 20 63 6f 6e 74 ontent.o -c cont
2940: 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e ent_.c..content.
2950: 68 3a 09 68 65 61 64 65 72 73 0a 64 62 5f 2e 63 h:.headers.db_.c
2960: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 :.$(SRCDIR)/db.c
2970: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
2980: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
2990: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
29a0: 49 52 29 2f 64 62 2e 63 20 7c 20 73 65 64 20 2d IR)/db.c | sed -
29b0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
29c0: 49 4f 4e 20 3e 64 62 5f 2e 63 0a 0a 64 62 2e 6f ION >db_.c..db.o
29d0: 3a 09 64 62 5f 2e 63 20 64 62 2e 68 20 20 24 28 :.db_.c db.h $(
29e0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
29f0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 62 2e ..$(XTCC) -o db.
2a00: 6f 20 2d 63 20 64 62 5f 2e 63 0a 0a 64 62 2e 68 o -c db_.c..db.h
2a10: 3a 09 68 65 61 64 65 72 73 0a 64 65 6c 74 61 5f :.headers.delta_
2a20: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 .c:.$(SRCDIR)/de
2a30: 6c 74 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f lta.c $(SRCDIR)/
2a40: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
2a50: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
2a60: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 (SRCDIR)/delta.c
2a70: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
2a80: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 6c IR)/VERSION >del
2a90: 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 6f 3a 09 ta_.c..delta.o:.
2aa0: 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74 61 2e 68 delta_.c delta.h
2ab0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
2ac0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
2ad0: 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64 65 6c 74 delta.o -c delt
2ae0: 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68 3a 09 68 a_.c..delta.h:.h
2af0: 65 61 64 65 72 73 0a 64 65 6c 74 61 63 6d 64 5f eaders.deltacmd_
2b00: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 .c:.$(SRCDIR)/de
2b10: 6c 74 61 63 6d 64 2e 63 20 24 28 53 52 43 44 49 ltacmd.c $(SRCDI
2b20: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
2b30: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
2b40: 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 e $(SRCDIR)/delt
2b50: 61 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 acmd.c | sed -f
2b60: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
2b70: 4e 20 3e 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a N >deltacmd_.c..
2b80: 64 65 6c 74 61 63 6d 64 2e 6f 3a 09 64 65 6c 74 deltacmd.o:.delt
2b90: 61 63 6d 64 5f 2e 63 20 64 65 6c 74 61 63 6d 64 acmd_.c deltacmd
2ba0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2bb0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2bc0: 2d 6f 20 64 65 6c 74 61 63 6d 64 2e 6f 20 2d 63 -o deltacmd.o -c
2bd0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 deltacmd_.c..de
2be0: 6c 74 61 63 6d 64 2e 68 3a 09 68 65 61 64 65 72 ltacmd.h:.header
2bf0: 73 0a 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 s.descendants_.c
2c00: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 :.$(SRCDIR)/desc
2c10: 65 6e 64 61 6e 74 73 2e 63 20 24 28 53 52 43 44 endants.c $(SRCD
2c20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
2c30: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
2c40: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 te $(SRCDIR)/des
2c50: 63 65 6e 64 61 6e 74 73 2e 63 20 7c 20 73 65 64 cendants.c | sed
2c60: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
2c70: 52 53 49 4f 4e 20 3e 64 65 73 63 65 6e 64 61 6e RSION >descendan
2c80: 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 61 6e ts_.c..descendan
2c90: 74 73 2e 6f 3a 09 64 65 73 63 65 6e 64 61 6e 74 ts.o:.descendant
2ca0: 73 5f 2e 63 20 64 65 73 63 65 6e 64 61 6e 74 73 s_.c descendants
2cb0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2cc0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2cd0: 2d 6f 20 64 65 73 63 65 6e 64 61 6e 74 73 2e 6f -o descendants.o
2ce0: 20 2d 63 20 64 65 73 63 65 6e 64 61 6e 74 73 5f -c descendants_
2cf0: 2e 63 0a 0a 64 65 73 63 65 6e 64 61 6e 74 73 2e .c..descendants.
2d00: 68 3a 09 68 65 61 64 65 72 73 0a 64 69 66 66 5f h:.headers.diff_
2d10: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69 .c:.$(SRCDIR)/di
2d20: 66 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ff.c $(SRCDIR)/V
2d30: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
2d40: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
2d50: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 7c SRCDIR)/diff.c |
2d60: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
2d70: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f )/VERSION >diff_
2d80: 2e 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66 .c..diff.o:.diff
2d90: 5f 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53 52 _.c diff.h $(SR
2da0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
2db0: 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 2e $(XTCC) -o diff.
2dc0: 6f 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69 o -c diff_.c..di
2dd0: 66 66 2e 68 3a 09 68 65 61 64 65 72 73 0a 64 69 ff.h:.headers.di
2de0: 66 66 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 ffcmd_.c:.$(SRCD
2df0: 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 24 28 IR)/diffcmd.c $(
2e00: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
2e10: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
2e20: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
2e30: 2f 64 69 66 66 63 6d 64 2e 63 20 7c 20 73 65 64 /diffcmd.c | sed
2e40: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
2e50: 52 53 49 4f 4e 20 3e 64 69 66 66 63 6d 64 5f 2e RSION >diffcmd_.
2e60: 63 0a 0a 64 69 66 66 63 6d 64 2e 6f 3a 09 64 69 c..diffcmd.o:.di
2e70: 66 66 63 6d 64 5f 2e 63 20 64 69 66 66 63 6d 64 ffcmd_.c diffcmd
2e80: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2e90: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2ea0: 2d 6f 20 64 69 66 66 63 6d 64 2e 6f 20 2d 63 20 -o diffcmd.o -c
2eb0: 64 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 diffcmd_.c..diff
2ec0: 63 6d 64 2e 68 3a 09 68 65 61 64 65 72 73 0a 64 cmd.h:.headers.d
2ed0: 6f 63 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 oc_.c:.$(SRCDIR)
2ee0: 2f 64 6f 63 2e 63 20 24 28 53 52 43 44 49 52 29 /doc.c $(SRCDIR)
2ef0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
2f00: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
2f10: 24 28 53 52 43 44 49 52 29 2f 64 6f 63 2e 63 20 $(SRCDIR)/doc.c
2f20: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
2f30: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 6f 63 5f R)/VERSION >doc_
2f40: 2e 63 0a 0a 64 6f 63 2e 6f 3a 09 64 6f 63 5f 2e .c..doc.o:.doc_.
2f50: 63 20 64 6f 63 2e 68 20 20 24 28 53 52 43 44 49 c doc.h $(SRCDI
2f60: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
2f70: 54 43 43 29 20 2d 6f 20 64 6f 63 2e 6f 20 2d 63 TCC) -o doc.o -c
2f80: 20 64 6f 63 5f 2e 63 0a 0a 64 6f 63 2e 68 3a 09 doc_.c..doc.h:.
2f90: 68 65 61 64 65 72 73 0a 65 6e 63 6f 64 65 5f 2e headers.encode_.
2fa0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 65 6e 63 c:.$(SRCDIR)/enc
2fb0: 6f 64 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f ode.c $(SRCDIR)/
2fc0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
2fd0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
2fe0: 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e (SRCDIR)/encode.
2ff0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
3000: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 65 6e DIR)/VERSION >en
3010: 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e code_.c..encode.
3020: 6f 3a 09 65 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 o:.encode_.c enc
3030: 6f 64 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 ode.h $(SRCDIR)
3040: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
3050: 43 29 20 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d C) -o encode.o -
3060: 63 20 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 c encode_.c..enc
3070: 6f 64 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 66 ode.h:.headers.f
3080: 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ile_.c:.$(SRCDIR
3090: 29 2f 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49 )/file.c $(SRCDI
30a0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
30b0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
30c0: 65 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 e $(SRCDIR)/file
30d0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
30e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 66 CDIR)/VERSION >f
30f0: 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a 09 ile_.c..file.o:.
3100: 66 69 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 20 file_.c file.h
3110: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
3120: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 66 .h..$(XTCC) -o f
3130: 69 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e 63 ile.o -c file_.c
3140: 0a 0a 66 69 6c 65 2e 68 3a 09 68 65 61 64 65 72 ..file.h:.header
3150: 73 0a 68 74 74 70 5f 2e 63 3a 09 24 28 53 52 43 s.http_.c:.$(SRC
3160: 44 49 52 29 2f 68 74 74 70 2e 63 20 24 28 53 52 DIR)/http.c $(SR
3170: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
3180: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
3190: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 68 late $(SRCDIR)/h
31a0: 74 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ttp.c | sed -f $
31b0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
31c0: 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e >http_.c..http.
31d0: 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74 74 70 2e o:.http_.c http.
31e0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
31f0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
3200: 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68 74 74 70 o http.o -c http
3210: 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 68 65 61 _.c..http.h:.hea
3220: 64 65 72 73 0a 69 6e 66 6f 5f 2e 63 3a 09 24 28 ders.info_.c:.$(
3230: 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 24 SRCDIR)/info.c $
3240: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
3250: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
3260: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
3270: 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64 20 2d )/info.c | sed -
3280: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
3290: 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a 69 6e ION >info_.c..in
32a0: 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20 69 6e fo.o:.info_.c in
32b0: 66 6f 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f fo.h $(SRCDIR)/
32c0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
32d0: 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63 20 69 ) -o info.o -c i
32e0: 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 3a 09 nfo_.c..info.h:.
32f0: 68 65 61 64 65 72 73 0a 6c 6f 67 69 6e 5f 2e 63 headers.login_.c
3300: 3a 09 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 :.$(SRCDIR)/logi
3310: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 n.c $(SRCDIR)/VE
3320: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
3330: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
3340: 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 7c RCDIR)/login.c |
3350: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
3360: 29 2f 56 45 52 53 49 4f 4e 20 3e 6c 6f 67 69 6e )/VERSION >login
3370: 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f _.c..login.o:.lo
3380: 67 69 6e 5f 2e 63 20 6c 6f 67 69 6e 2e 68 20 20 gin_.c login.h
3390: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
33a0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6c .h..$(XTCC) -o l
33b0: 6f 67 69 6e 2e 6f 20 2d 63 20 6c 6f 67 69 6e 5f ogin.o -c login_
33c0: 2e 63 0a 0a 6c 6f 67 69 6e 2e 68 3a 09 68 65 61 .c..login.h:.hea
33d0: 64 65 72 73 0a 6d 61 69 6e 5f 2e 63 3a 09 24 28 ders.main_.c:.$(
33e0: 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 24 SRCDIR)/main.c $
33f0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
3400: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
3410: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
3420: 29 2f 6d 61 69 6e 2e 63 20 7c 20 73 65 64 20 2d )/main.c | sed -
3430: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
3440: 49 4f 4e 20 3e 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 ION >main_.c..ma
3450: 69 6e 2e 6f 3a 09 6d 61 69 6e 5f 2e 63 20 6d 61 in.o:.main_.c ma
3460: 69 6e 2e 68 20 70 61 67 65 5f 69 6e 64 65 78 2e in.h page_index.
3470: 68 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 h $(SRCDIR)/conf
3480: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
3490: 20 6d 61 69 6e 2e 6f 20 2d 63 20 6d 61 69 6e 5f main.o -c main_
34a0: 2e 63 0a 0a 6d 61 69 6e 2e 68 3a 09 68 65 61 64 .c..main.h:.head
34b0: 65 72 73 0a 6d 61 6e 69 66 65 73 74 5f 2e 63 3a ers.manifest_.c:
34c0: 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 .$(SRCDIR)/manif
34d0: 65 73 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f est.c $(SRCDIR)/
34e0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
34f0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
3500: 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 (SRCDIR)/manifes
3510: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 t.c | sed -f $(S
3520: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
3530: 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e manifest_.c..man
3540: 69 66 65 73 74 2e 6f 3a 09 6d 61 6e 69 66 65 73 ifest.o:.manifes
3550: 74 5f 2e 63 20 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c manifest.h
3560: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
3570: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
3580: 6d 61 6e 69 66 65 73 74 2e 6f 20 2d 63 20 6d 61 manifest.o -c ma
3590: 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 nifest_.c..manif
35a0: 65 73 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 6d est.h:.headers.m
35b0: 64 35 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 d5_.c:.$(SRCDIR)
35c0: 2f 6d 64 35 2e 63 20 24 28 53 52 43 44 49 52 29 /md5.c $(SRCDIR)
35d0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
35e0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
35f0: 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 $(SRCDIR)/md5.c
3600: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
3610: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 64 35 5f R)/VERSION >md5_
3620: 2e 63 0a 0a 6d 64 35 2e 6f 3a 09 6d 64 35 5f 2e .c..md5.o:.md5_.
3630: 63 20 6d 64 35 2e 68 20 20 24 28 53 52 43 44 49 c md5.h $(SRCDI
3640: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
3650: 54 43 43 29 20 2d 6f 20 6d 64 35 2e 6f 20 2d 63 TCC) -o md5.o -c
3660: 20 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 68 3a 09 md5_.c..md5.h:.
3670: 68 65 61 64 65 72 73 0a 6d 65 72 67 65 5f 2e 63 headers.merge_.c
3680: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 :.$(SRCDIR)/merg
3690: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 e.c $(SRCDIR)/VE
36a0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
36b0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
36c0: 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 7c RCDIR)/merge.c |
36d0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
36e0: 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 )/VERSION >merge
36f0: 5f 2e 63 0a 0a 6d 65 72 67 65 2e 6f 3a 09 6d 65 _.c..merge.o:.me
3700: 72 67 65 5f 2e 63 20 6d 65 72 67 65 2e 68 20 20 rge_.c merge.h
3710: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
3720: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d .h..$(XTCC) -o m
3730: 65 72 67 65 2e 6f 20 2d 63 20 6d 65 72 67 65 5f erge.o -c merge_
3740: 2e 63 0a 0a 6d 65 72 67 65 2e 68 3a 09 68 65 61 .c..merge.h:.hea
3750: 64 65 72 73 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 ders.merge3_.c:.
3760: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 $(SRCDIR)/merge3
3770: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
3780: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
3790: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
37a0: 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c CDIR)/merge3.c |
37b0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
37c0: 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 )/VERSION >merge
37d0: 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 3_.c..merge3.o:.
37e0: 6d 65 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 merge3_.c merge3
37f0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
3800: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
3810: 2d 6f 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d -o merge3.o -c m
3820: 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 erge3_.c..merge3
3830: 2e 68 3a 09 68 65 61 64 65 72 73 0a 6d 79 5f 70 .h:.headers.my_p
3840: 61 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 age_.c:.$(SRCDIR
3850: 29 2f 6d 79 5f 70 61 67 65 2e 63 20 24 28 53 52 )/my_page.c $(SR
3860: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
3870: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
3880: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
3890: 79 5f 70 61 67 65 2e 63 20 7c 20 73 65 64 20 2d y_page.c | sed -
38a0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
38b0: 49 4f 4e 20 3e 6d 79 5f 70 61 67 65 5f 2e 63 0a ION >my_page_.c.
38c0: 0a 6d 79 5f 70 61 67 65 2e 6f 3a 09 6d 79 5f 70 .my_page.o:.my_p
38d0: 61 67 65 5f 2e 63 20 6d 79 5f 70 61 67 65 2e 68 age_.c my_page.h
38e0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
38f0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
3900: 20 6d 79 5f 70 61 67 65 2e 6f 20 2d 63 20 6d 79 my_page.o -c my
3910: 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f 70 61 67 _page_.c..my_pag
3920: 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 6e 61 6d e.h:.headers.nam
3930: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
3940: 6e 61 6d 65 2e 63 20 24 28 53 52 43 44 49 52 29 name.c $(SRCDIR)
3950: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
3960: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
3970: 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 $(SRCDIR)/name.c
3980: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
3990: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6e 61 6d IR)/VERSION >nam
39a0: 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 e_.c..name.o:.na
39b0: 6d 65 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 24 28 me_.c name.h $(
39c0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
39d0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6e 61 6d ..$(XTCC) -o nam
39e0: 65 2e 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 0a 0a e.o -c name_.c..
39f0: 6e 61 6d 65 2e 68 3a 09 68 65 61 64 65 72 73 0a name.h:.headers.
3a00: 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53 52 43 44 pivot_.c:.$(SRCD
3a10: 49 52 29 2f 70 69 76 6f 74 2e 63 20 24 28 53 52 IR)/pivot.c $(SR
3a20: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
3a30: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
3a40: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 late $(SRCDIR)/p
3a50: 69 76 6f 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 ivot.c | sed -f
3a60: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
3a70: 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 N >pivot_.c..piv
3a80: 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 20 70 ot.o:.pivot_.c p
3a90: 69 76 6f 74 2e 68 20 20 24 28 53 52 43 44 49 52 ivot.h $(SRCDIR
3aa0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
3ab0: 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e 6f 20 2d CC) -o pivot.o -
3ac0: 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f c pivot_.c..pivo
3ad0: 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 70 71 75 t.h:.headers.pqu
3ae0: 65 75 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 eue_.c:.$(SRCDIR
3af0: 29 2f 70 71 75 65 75 65 2e 63 20 24 28 53 52 43 )/pqueue.c $(SRC
3b00: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
3b10: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
3b20: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 71 ate $(SRCDIR)/pq
3b30: 75 65 75 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 ueue.c | sed -f
3b40: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
3b50: 4e 20 3e 70 71 75 65 75 65 5f 2e 63 0a 0a 70 71 N >pqueue_.c..pq
3b60: 75 65 75 65 2e 6f 3a 09 70 71 75 65 75 65 5f 2e ueue.o:.pqueue_.
3b70: 63 20 70 71 75 65 75 65 2e 68 20 20 24 28 53 52 c pqueue.h $(SR
3b80: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
3b90: 24 28 58 54 43 43 29 20 2d 6f 20 70 71 75 65 75 $(XTCC) -o pqueu
3ba0: 65 2e 6f 20 2d 63 20 70 71 75 65 75 65 5f 2e 63 e.o -c pqueue_.c
3bb0: 0a 0a 70 71 75 65 75 65 2e 68 3a 09 68 65 61 64 ..pqueue.h:.head
3bc0: 65 72 73 0a 70 72 69 6e 74 66 5f 2e 63 3a 09 24 ers.printf_.c:.$
3bd0: 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e (SRCDIR)/printf.
3be0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
3bf0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
3c00: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
3c10: 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 7c 20 DIR)/printf.c |
3c20: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
3c30: 2f 56 45 52 53 49 4f 4e 20 3e 70 72 69 6e 74 66 /VERSION >printf
3c40: 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a 09 70 _.c..printf.o:.p
3c50: 72 69 6e 74 66 5f 2e 63 20 70 72 69 6e 74 66 2e rintf_.c printf.
3c60: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
3c70: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
3c80: 6f 20 70 72 69 6e 74 66 2e 6f 20 2d 63 20 70 72 o printf.o -c pr
3c90: 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e intf_.c..printf.
3ca0: 68 3a 09 68 65 61 64 65 72 73 0a 72 65 62 75 69 h:.headers.rebui
3cb0: 6c 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 ld_.c:.$(SRCDIR)
3cc0: 2f 72 65 62 75 69 6c 64 2e 63 20 24 28 53 52 43 /rebuild.c $(SRC
3cd0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
3ce0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
3cf0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 65 ate $(SRCDIR)/re
3d00: 62 75 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d 66 build.c | sed -f
3d10: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
3d20: 4f 4e 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a 0a ON >rebuild_.c..
3d30: 72 65 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 69 rebuild.o:.rebui
3d40: 6c 64 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 20 ld_.c rebuild.h
3d50: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
3d60: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
3d70: 72 65 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 62 rebuild.o -c reb
3d80: 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 uild_.c..rebuild
3d90: 2e 68 3a 09 68 65 61 64 65 72 73 0a 72 65 70 6f .h:.headers.repo
3da0: 72 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 rt_.c:.$(SRCDIR)
3db0: 2f 72 65 70 6f 72 74 2e 63 20 24 28 53 52 43 44 /report.c $(SRCD
3dc0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
3dd0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
3de0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 65 70 te $(SRCDIR)/rep
3df0: 6f 72 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ort.c | sed -f $
3e00: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
3e10: 20 3e 72 65 70 6f 72 74 5f 2e 63 0a 0a 72 65 70 >report_.c..rep
3e20: 6f 72 74 2e 6f 3a 09 72 65 70 6f 72 74 5f 2e 63 ort.o:.report_.c
3e30: 20 72 65 70 6f 72 74 2e 68 20 20 24 28 53 52 43 report.h $(SRC
3e40: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
3e50: 28 58 54 43 43 29 20 2d 6f 20 72 65 70 6f 72 74 (XTCC) -o report
3e60: 2e 6f 20 2d 63 20 72 65 70 6f 72 74 5f 2e 63 0a .o -c report_.c.
3e70: 0a 72 65 70 6f 72 74 2e 68 3a 09 68 65 61 64 65 .report.h:.heade
3e80: 72 73 0a 72 73 73 5f 2e 63 3a 09 24 28 53 52 43 rs.rss_.c:.$(SRC
3e90: 44 49 52 29 2f 72 73 73 2e 63 20 24 28 53 52 43 DIR)/rss.c $(SRC
3ea0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
3eb0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
3ec0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 73 ate $(SRCDIR)/rs
3ed0: 73 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 s.c | sed -f $(S
3ee0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
3ef0: 72 73 73 5f 2e 63 0a 0a 72 73 73 2e 6f 3a 09 72 rss_.c..rss.o:.r
3f00: 73 73 5f 2e 63 20 72 73 73 2e 68 20 20 24 28 53 ss_.c rss.h $(S
3f10: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
3f20: 09 24 28 58 54 43 43 29 20 2d 6f 20 72 73 73 2e .$(XTCC) -o rss.
3f30: 6f 20 2d 63 20 72 73 73 5f 2e 63 0a 0a 72 73 73 o -c rss_.c..rss
3f40: 2e 68 3a 09 68 65 61 64 65 72 73 0a 73 63 68 65 .h:.headers.sche
3f50: 6d 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 ma_.c:.$(SRCDIR)
3f60: 2f 73 63 68 65 6d 61 2e 63 20 24 28 53 52 43 44 /schema.c $(SRCD
3f70: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
3f80: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
3f90: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 63 68 te $(SRCDIR)/sch
3fa0: 65 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ema.c | sed -f $
3fb0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
3fc0: 20 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 >schema_.c..sch
3fd0: 65 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f 2e 63 ema.o:.schema_.c
3fe0: 20 73 63 68 65 6d 61 2e 68 20 20 24 28 53 52 43 schema.h $(SRC
3ff0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
4000: 28 58 54 43 43 29 20 2d 6f 20 73 63 68 65 6d 61 (XTCC) -o schema
4010: 2e 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e 63 0a .o -c schema_.c.
4020: 0a 73 63 68 65 6d 61 2e 68 3a 09 68 65 61 64 65 .schema.h:.heade
4030: 72 73 0a 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 rs.setup_.c:.$(S
4040: 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 24 RCDIR)/setup.c $
4050: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
4060: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
4070: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
4080: 29 2f 73 65 74 75 70 2e 63 20 7c 20 73 65 64 20 )/setup.c | sed
4090: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
40a0: 53 49 4f 4e 20 3e 73 65 74 75 70 5f 2e 63 0a 0a SION >setup_.c..
40b0: 73 65 74 75 70 2e 6f 3a 09 73 65 74 75 70 5f 2e setup.o:.setup_.
40c0: 63 20 73 65 74 75 70 2e 68 20 20 24 28 53 52 43 c setup.h $(SRC
40d0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
40e0: 28 58 54 43 43 29 20 2d 6f 20 73 65 74 75 70 2e (XTCC) -o setup.
40f0: 6f 20 2d 63 20 73 65 74 75 70 5f 2e 63 0a 0a 73 o -c setup_.c..s
4100: 65 74 75 70 2e 68 3a 09 68 65 61 64 65 72 73 0a etup.h:.headers.
4110: 73 68 61 31 5f 2e 63 3a 09 24 28 53 52 43 44 49 sha1_.c:.$(SRCDI
4120: 52 29 2f 73 68 61 31 2e 63 20 24 28 53 52 43 44 R)/sha1.c $(SRCD
4130: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
4140: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
4150: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 68 61 te $(SRCDIR)/sha
4160: 31 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 1.c | sed -f $(S
4170: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
4180: 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 6f 3a sha1_.c..sha1.o:
4190: 09 73 68 61 31 5f 2e 63 20 73 68 61 31 2e 68 20 .sha1_.c sha1.h
41a0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
41b0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
41c0: 73 68 61 31 2e 6f 20 2d 63 20 73 68 61 31 5f 2e sha1.o -c sha1_.
41d0: 63 0a 0a 73 68 61 31 2e 68 3a 09 68 65 61 64 65 c..sha1.h:.heade
41e0: 72 73 0a 73 68 75 6e 5f 2e 63 3a 09 24 28 53 52 rs.shun_.c:.$(SR
41f0: 43 44 49 52 29 2f 73 68 75 6e 2e 63 20 24 28 53 CDIR)/shun.c $(S
4200: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
4210: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
4220: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
4230: 73 68 75 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 shun.c | sed -f
4240: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4250: 4e 20 3e 73 68 75 6e 5f 2e 63 0a 0a 73 68 75 6e N >shun_.c..shun
4260: 2e 6f 3a 09 73 68 75 6e 5f 2e 63 20 73 68 75 6e .o:.shun_.c shun
4270: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
4280: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
4290: 2d 6f 20 73 68 75 6e 2e 6f 20 2d 63 20 73 68 75 -o shun.o -c shu
42a0: 6e 5f 2e 63 0a 0a 73 68 75 6e 2e 68 3a 09 68 65 n_.c..shun.h:.he
42b0: 61 64 65 72 73 0a 73 74 61 74 5f 2e 63 3a 09 24 aders.stat_.c:.$
42c0: 28 53 52 43 44 49 52 29 2f 73 74 61 74 2e 63 20 (SRCDIR)/stat.c
42d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
42e0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
42f0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
4300: 52 29 2f 73 74 61 74 2e 63 20 7c 20 73 65 64 20 R)/stat.c | sed
4310: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
4320: 53 49 4f 4e 20 3e 73 74 61 74 5f 2e 63 0a 0a 73 SION >stat_.c..s
4330: 74 61 74 2e 6f 3a 09 73 74 61 74 5f 2e 63 20 73 tat.o:.stat_.c s
4340: 74 61 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 tat.h $(SRCDIR)
4350: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
4360: 43 29 20 2d 6f 20 73 74 61 74 2e 6f 20 2d 63 20 C) -o stat.o -c
4370: 73 74 61 74 5f 2e 63 0a 0a 73 74 61 74 2e 68 3a stat_.c..stat.h:
4380: 09 68 65 61 64 65 72 73 0a 73 74 79 6c 65 5f 2e .headers.style_.
4390: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 74 79 c:.$(SRCDIR)/sty
43a0: 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 le.c $(SRCDIR)/V
43b0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
43c0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
43d0: 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 SRCDIR)/style.c
43e0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
43f0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74 79 6c R)/VERSION >styl
4400: 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 e_.c..style.o:.s
4410: 74 79 6c 65 5f 2e 63 20 73 74 79 6c 65 2e 68 20 tyle_.c style.h
4420: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
4430: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
4440: 73 74 79 6c 65 2e 6f 20 2d 63 20 73 74 79 6c 65 style.o -c style
4450: 5f 2e 63 0a 0a 73 74 79 6c 65 2e 68 3a 09 68 65 _.c..style.h:.he
4460: 61 64 65 72 73 0a 73 79 6e 63 5f 2e 63 3a 09 24 aders.sync_.c:.$
4470: 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 (SRCDIR)/sync.c
4480: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4490: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
44a0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
44b0: 52 29 2f 73 79 6e 63 2e 63 20 7c 20 73 65 64 20 R)/sync.c | sed
44c0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
44d0: 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e 63 0a 0a 73 SION >sync_.c..s
44e0: 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f 2e 63 20 73 ync.o:.sync_.c s
44f0: 79 6e 63 2e 68 20 20 24 28 53 52 43 44 49 52 29 ync.h $(SRCDIR)
4500: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
4510: 43 29 20 2d 6f 20 73 79 6e 63 2e 6f 20 2d 63 20 C) -o sync.o -c
4520: 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 68 3a sync_.c..sync.h:
4530: 09 68 65 61 64 65 72 73 0a 74 61 67 5f 2e 63 3a .headers.tag_.c:
4540: 09 24 28 53 52 43 44 49 52 29 2f 74 61 67 2e 63 .$(SRCDIR)/tag.c
4550: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
4560: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
4570: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
4580: 49 52 29 2f 74 61 67 2e 63 20 7c 20 73 65 64 20 IR)/tag.c | sed
4590: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
45a0: 53 49 4f 4e 20 3e 74 61 67 5f 2e 63 0a 0a 74 61 SION >tag_.c..ta
45b0: 67 2e 6f 3a 09 74 61 67 5f 2e 63 20 74 61 67 2e g.o:.tag_.c tag.
45c0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
45d0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
45e0: 6f 20 74 61 67 2e 6f 20 2d 63 20 74 61 67 5f 2e o tag.o -c tag_.
45f0: 63 0a 0a 74 61 67 2e 68 3a 09 68 65 61 64 65 72 c..tag.h:.header
4600: 73 0a 74 61 67 76 69 65 77 5f 2e 63 3a 09 24 28 s.tagview_.c:.$(
4610: 53 52 43 44 49 52 29 2f 74 61 67 76 69 65 77 2e SRCDIR)/tagview.
4620: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
4630: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
4640: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
4650: 44 49 52 29 2f 74 61 67 76 69 65 77 2e 63 20 7c DIR)/tagview.c |
4660: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
4670: 29 2f 56 45 52 53 49 4f 4e 20 3e 74 61 67 76 69 )/VERSION >tagvi
4680: 65 77 5f 2e 63 0a 0a 74 61 67 76 69 65 77 2e 6f ew_.c..tagview.o
4690: 3a 09 74 61 67 76 69 65 77 5f 2e 63 20 74 61 67 :.tagview_.c tag
46a0: 76 69 65 77 2e 68 20 20 24 28 53 52 43 44 49 52 view.h $(SRCDIR
46b0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
46c0: 43 43 29 20 2d 6f 20 74 61 67 76 69 65 77 2e 6f CC) -o tagview.o
46d0: 20 2d 63 20 74 61 67 76 69 65 77 5f 2e 63 0a 0a -c tagview_.c..
46e0: 74 61 67 76 69 65 77 2e 68 3a 09 68 65 61 64 65 tagview.h:.heade
46f0: 72 73 0a 74 68 5f 6d 61 69 6e 5f 2e 63 3a 09 24 rs.th_main_.c:.$
4700: 28 53 52 43 44 49 52 29 2f 74 68 5f 6d 61 69 6e (SRCDIR)/th_main
4710: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
4720: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
4730: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
4740: 43 44 49 52 29 2f 74 68 5f 6d 61 69 6e 2e 63 20 CDIR)/th_main.c
4750: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
4760: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 68 5f 6d R)/VERSION >th_m
4770: 61 69 6e 5f 2e 63 0a 0a 74 68 5f 6d 61 69 6e 2e ain_.c..th_main.
4780: 6f 3a 09 74 68 5f 6d 61 69 6e 5f 2e 63 20 74 68 o:.th_main_.c th
4790: 5f 6d 61 69 6e 2e 68 20 20 24 28 53 52 43 44 49 _main.h $(SRCDI
47a0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
47b0: 54 43 43 29 20 2d 6f 20 74 68 5f 6d 61 69 6e 2e TCC) -o th_main.
47c0: 6f 20 2d 63 20 74 68 5f 6d 61 69 6e 5f 2e 63 0a o -c th_main_.c.
47d0: 0a 74 68 5f 6d 61 69 6e 2e 68 3a 09 68 65 61 64 .th_main.h:.head
47e0: 65 72 73 0a 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a ers.timeline_.c:
47f0: 09 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c .$(SRCDIR)/timel
4800: 69 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f ine.c $(SRCDIR)/
4810: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
4820: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
4830: 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e (SRCDIR)/timelin
4840: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
4850: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
4860: 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d timeline_.c..tim
4870: 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d 65 6c 69 6e eline.o:.timelin
4880: 65 5f 2e 63 20 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c timeline.h
4890: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
48a0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
48b0: 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d 63 20 74 69 timeline.o -c ti
48c0: 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c meline_.c..timel
48d0: 69 6e 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 74 ine.h:.headers.t
48e0: 6b 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 kt_.c:.$(SRCDIR)
48f0: 2f 74 6b 74 2e 63 20 24 28 53 52 43 44 49 52 29 /tkt.c $(SRCDIR)
4900: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
4910: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
4920: 24 28 53 52 43 44 49 52 29 2f 74 6b 74 2e 63 20 $(SRCDIR)/tkt.c
4930: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
4940: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 6b 74 5f R)/VERSION >tkt_
4950: 2e 63 0a 0a 74 6b 74 2e 6f 3a 09 74 6b 74 5f 2e .c..tkt.o:.tkt_.
4960: 63 20 74 6b 74 2e 68 20 20 24 28 53 52 43 44 49 c tkt.h $(SRCDI
4970: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
4980: 54 43 43 29 20 2d 6f 20 74 6b 74 2e 6f 20 2d 63 TCC) -o tkt.o -c
4990: 20 74 6b 74 5f 2e 63 0a 0a 74 6b 74 2e 68 3a 09 tkt_.c..tkt.h:.
49a0: 68 65 61 64 65 72 73 0a 74 6b 74 73 65 74 75 70 headers.tktsetup
49b0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 _.c:.$(SRCDIR)/t
49c0: 6b 74 73 65 74 75 70 2e 63 20 24 28 53 52 43 44 ktsetup.c $(SRCD
49d0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
49e0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
49f0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 te $(SRCDIR)/tkt
4a00: 73 65 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 setup.c | sed -f
4a10: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
4a20: 4f 4e 20 3e 74 6b 74 73 65 74 75 70 5f 2e 63 0a ON >tktsetup_.c.
4a30: 0a 74 6b 74 73 65 74 75 70 2e 6f 3a 09 74 6b 74 .tktsetup.o:.tkt
4a40: 73 65 74 75 70 5f 2e 63 20 74 6b 74 73 65 74 75 setup_.c tktsetu
4a50: 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 p.h $(SRCDIR)/c
4a60: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
4a70: 20 2d 6f 20 74 6b 74 73 65 74 75 70 2e 6f 20 2d -o tktsetup.o -
4a80: 63 20 74 6b 74 73 65 74 75 70 5f 2e 63 0a 0a 74 c tktsetup_.c..t
4a90: 6b 74 73 65 74 75 70 2e 68 3a 09 68 65 61 64 65 ktsetup.h:.heade
4aa0: 72 73 0a 75 6e 64 6f 5f 2e 63 3a 09 24 28 53 52 rs.undo_.c:.$(SR
4ab0: 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 24 28 53 CDIR)/undo.c $(S
4ac0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
4ad0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
4ae0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
4af0: 75 6e 64 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 undo.c | sed -f
4b00: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4b10: 4e 20 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f N >undo_.c..undo
4b20: 2e 6f 3a 09 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f .o:.undo_.c undo
4b30: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
4b40: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
4b50: 2d 6f 20 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64 -o undo.o -c und
4b60: 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 68 3a 09 68 65 o_.c..undo.h:.he
4b70: 61 64 65 72 73 0a 75 70 64 61 74 65 5f 2e 63 3a aders.update_.c:
4b80: 09 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 .$(SRCDIR)/updat
4b90: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 e.c $(SRCDIR)/VE
4ba0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
4bb0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
4bc0: 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 RCDIR)/update.c
4bd0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
4be0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 70 64 61 R)/VERSION >upda
4bf0: 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 6f 3a te_.c..update.o:
4c00: 09 75 70 64 61 74 65 5f 2e 63 20 75 70 64 61 74 .update_.c updat
4c10: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 e.h $(SRCDIR)/c
4c20: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
4c30: 20 2d 6f 20 75 70 64 61 74 65 2e 6f 20 2d 63 20 -o update.o -c
4c40: 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 update_.c..updat
4c50: 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 75 72 6c e.h:.headers.url
4c60: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 _.c:.$(SRCDIR)/u
4c70: 72 6c 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 rl.c $(SRCDIR)/V
4c80: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
4c90: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
4ca0: 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 7c 20 SRCDIR)/url.c |
4cb0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
4cc0: 2f 56 45 52 53 49 4f 4e 20 3e 75 72 6c 5f 2e 63 /VERSION >url_.c
4cd0: 0a 0a 75 72 6c 2e 6f 3a 09 75 72 6c 5f 2e 63 20 ..url.o:.url_.c
4ce0: 75 72 6c 2e 68 20 20 24 28 53 52 43 44 49 52 29 url.h $(SRCDIR)
4cf0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
4d00: 43 29 20 2d 6f 20 75 72 6c 2e 6f 20 2d 63 20 75 C) -o url.o -c u
4d10: 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 68 3a 09 68 65 rl_.c..url.h:.he
4d20: 61 64 65 72 73 0a 75 73 65 72 5f 2e 63 3a 09 24 aders.user_.c:.$
4d30: 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 (SRCDIR)/user.c
4d40: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4d50: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
4d60: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
4d70: 52 29 2f 75 73 65 72 2e 63 20 7c 20 73 65 64 20 R)/user.c | sed
4d80: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
4d90: 53 49 4f 4e 20 3e 75 73 65 72 5f 2e 63 0a 0a 75 SION >user_.c..u
4da0: 73 65 72 2e 6f 3a 09 75 73 65 72 5f 2e 63 20 75 ser.o:.user_.c u
4db0: 73 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29 ser.h $(SRCDIR)
4dc0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
4dd0: 43 29 20 2d 6f 20 75 73 65 72 2e 6f 20 2d 63 20 C) -o user.o -c
4de0: 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e 68 3a user_.c..user.h:
4df0: 09 68 65 61 64 65 72 73 0a 76 65 72 69 66 79 5f .headers.verify_
4e00: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 65 .c:.$(SRCDIR)/ve
4e10: 72 69 66 79 2e 63 20 24 28 53 52 43 44 49 52 29 rify.c $(SRCDIR)
4e20: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
4e30: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
4e40: 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 $(SRCDIR)/verify
4e50: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
4e60: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 CDIR)/VERSION >v
4e70: 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 erify_.c..verify
4e80: 2e 6f 3a 09 76 65 72 69 66 79 5f 2e 63 20 76 65 .o:.verify_.c ve
4e90: 72 69 66 79 2e 68 20 20 24 28 53 52 43 44 49 52 rify.h $(SRCDIR
4ea0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
4eb0: 43 43 29 20 2d 6f 20 76 65 72 69 66 79 2e 6f 20 CC) -o verify.o
4ec0: 2d 63 20 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 -c verify_.c..ve
4ed0: 72 69 66 79 2e 68 3a 09 68 65 61 64 65 72 73 0a rify.h:.headers.
4ee0: 76 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 vfile_.c:.$(SRCD
4ef0: 49 52 29 2f 76 66 69 6c 65 2e 63 20 24 28 53 52 IR)/vfile.c $(SR
4f00: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
4f10: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
4f20: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 late $(SRCDIR)/v
4f30: 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 file.c | sed -f
4f40: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4f50: 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 N >vfile_.c..vfi
4f60: 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 76 le.o:.vfile_.c v
4f70: 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 file.h $(SRCDIR
4f80: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
4f90: 43 43 29 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 2d CC) -o vfile.o -
4fa0: 63 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c c vfile_.c..vfil
4fb0: 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 77 69 6b e.h:.headers.wik
4fc0: 69 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f i_.c:.$(SRCDIR)/
4fd0: 77 69 6b 69 2e 63 20 24 28 53 52 43 44 49 52 29 wiki.c $(SRCDIR)
4fe0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
4ff0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
5000: 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 $(SRCDIR)/wiki.c
5010: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
5020: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b IR)/VERSION >wik
5030: 69 5f 2e 63 0a 0a 77 69 6b 69 2e 6f 3a 09 77 69 i_.c..wiki.o:.wi
5040: 6b 69 5f 2e 63 20 77 69 6b 69 2e 68 20 20 24 28 ki_.c wiki.h $(
5050: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
5060: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 77 69 6b ..$(XTCC) -o wik
5070: 69 2e 6f 20 2d 63 20 77 69 6b 69 5f 2e 63 0a 0a i.o -c wiki_.c..
5080: 77 69 6b 69 2e 68 3a 09 68 65 61 64 65 72 73 0a wiki.h:.headers.
5090: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 wikiformat_.c:.$
50a0: 28 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 (SRCDIR)/wikifor
50b0: 6d 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f mat.c $(SRCDIR)/
50c0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
50d0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
50e0: 28 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 (SRCDIR)/wikifor
50f0: 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 mat.c | sed -f $
5100: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
5110: 20 3e 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a >wikiformat_.c.
5120: 0a 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 3a 09 77 .wikiformat.o:.w
5130: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 77 69 6b ikiformat_.c wik
5140: 69 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 iformat.h $(SRC
5150: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
5160: 28 58 54 43 43 29 20 2d 6f 20 77 69 6b 69 66 6f (XTCC) -o wikifo
5170: 72 6d 61 74 2e 6f 20 2d 63 20 77 69 6b 69 66 6f rmat.o -c wikifo
5180: 72 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 rmat_.c..wikifor
5190: 6d 61 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 77 mat.h:.headers.w
51a0: 69 6e 68 74 74 70 5f 2e 63 3a 09 24 28 53 52 43 inhttp_.c:.$(SRC
51b0: 44 49 52 29 2f 77 69 6e 68 74 74 70 2e 63 20 24 DIR)/winhttp.c $
51c0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
51d0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
51e0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
51f0: 29 2f 77 69 6e 68 74 74 70 2e 63 20 7c 20 73 65 )/winhttp.c | se
5200: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
5210: 45 52 53 49 4f 4e 20 3e 77 69 6e 68 74 74 70 5f ERSION >winhttp_
5220: 2e 63 0a 0a 77 69 6e 68 74 74 70 2e 6f 3a 09 77 .c..winhttp.o:.w
5230: 69 6e 68 74 74 70 5f 2e 63 20 77 69 6e 68 74 74 inhttp_.c winhtt
5240: 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 p.h $(SRCDIR)/c
5250: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
5260: 20 2d 6f 20 77 69 6e 68 74 74 70 2e 6f 20 2d 63 -o winhttp.o -c
5270: 20 77 69 6e 68 74 74 70 5f 2e 63 0a 0a 77 69 6e winhttp_.c..win
5280: 68 74 74 70 2e 68 3a 09 68 65 61 64 65 72 73 0a http.h:.headers.
5290: 78 66 65 72 5f 2e 63 3a 09 24 28 53 52 43 44 49 xfer_.c:.$(SRCDI
52a0: 52 29 2f 78 66 65 72 2e 63 20 24 28 53 52 43 44 R)/xfer.c $(SRCD
52b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
52c0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
52d0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 78 66 65 te $(SRCDIR)/xfe
52e0: 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 r.c | sed -f $(S
52f0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
5300: 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 6f 3a xfer_.c..xfer.o:
5310: 09 78 66 65 72 5f 2e 63 20 78 66 65 72 2e 68 20 .xfer_.c xfer.h
5320: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
5330: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
5340: 78 66 65 72 2e 6f 20 2d 63 20 78 66 65 72 5f 2e xfer.o -c xfer_.
5350: 63 0a 0a 78 66 65 72 2e 68 3a 09 68 65 61 64 65 c..xfer.h:.heade
5360: 72 73 0a 7a 69 70 5f 2e 63 3a 09 24 28 53 52 43 rs.zip_.c:.$(SRC
5370: 44 49 52 29 2f 7a 69 70 2e 63 20 24 28 53 52 43 DIR)/zip.c $(SRC
5380: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
5390: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
53a0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 7a 69 ate $(SRCDIR)/zi
53b0: 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 p.c | sed -f $(S
53c0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
53d0: 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 6f 3a 09 7a zip_.c..zip.o:.z
53e0: 69 70 5f 2e 63 20 7a 69 70 2e 68 20 20 24 28 53 ip_.c zip.h $(S
53f0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
5400: 09 24 28 58 54 43 43 29 20 2d 6f 20 7a 69 70 2e .$(XTCC) -o zip.
5410: 6f 20 2d 63 20 7a 69 70 5f 2e 63 0a 0a 7a 69 70 o -c zip_.c..zip
5420: 2e 68 3a 09 68 65 61 64 65 72 73 0a 73 71 6c 69 .h:.headers.sqli
5430: 74 65 33 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 te3.o:.$(SRCDIR)
5440: 2f 73 71 6c 69 74 65 33 2e 63 0a 09 24 28 58 54 /sqlite3.c..$(XT
5450: 43 43 29 20 2d 44 53 51 4c 49 54 45 5f 4f 4d 49 CC) -DSQLITE_OMI
5460: 54 5f 4c 4f 41 44 5f 45 58 54 45 4e 53 49 4f 4e T_LOAD_EXTENSION
5470: 3d 31 20 2d 44 53 51 4c 49 54 45 5f 50 52 49 56 =1 -DSQLITE_PRIV
5480: 41 54 45 3d 20 2d 44 53 51 4c 49 54 45 5f 54 48 ATE= -DSQLITE_TH
5490: 52 45 41 44 53 41 46 45 3d 30 20 2d 44 53 51 4c READSAFE=0 -DSQL
54a0: 49 54 45 5f 44 45 46 41 55 4c 54 5f 46 49 4c 45 ITE_DEFAULT_FILE
54b0: 5f 46 4f 52 4d 41 54 3d 34 20 2d 44 53 51 4c 49 _FORMAT=4 -DSQLI
54c0: 54 45 5f 45 4e 41 42 4c 45 5f 46 54 53 33 3d 31 TE_ENABLE_FTS3=1
54d0: 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 73 71 -c $(SRCDIR)/sq
54e0: 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74 lite3.c -o sqlit
54f0: 65 33 2e 6f 0a 0a 74 68 2e 6f 3a 09 24 28 53 52 e3.o..th.o:.$(SR
5500: 43 44 49 52 29 2f 74 68 2e 63 0a 09 24 28 58 54 CDIR)/th.c..$(XT
5510: 43 43 29 20 2d 49 24 28 53 52 43 44 49 52 29 20 CC) -I$(SRCDIR)
5520: 2d 63 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e -c $(SRCDIR)/th.
5530: 63 20 2d 6f 20 74 68 2e 6f 0a 0a 74 68 5f 6c 61 c -o th.o..th_la
5540: 6e 67 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 2f ng.o:.$(SRCDIR)/
5550: 74 68 5f 6c 61 6e 67 2e 63 0a 09 24 28 58 54 43 th_lang.c..$(XTC
5560: 43 29 20 2d 49 24 28 53 52 43 44 49 52 29 20 2d C) -I$(SRCDIR) -
5570: 63 20 24 28 53 52 43 44 49 52 29 2f 74 68 5f 6c c $(SRCDIR)/th_l
5580: 61 6e 67 2e 63 20 2d 6f 20 74 68 5f 6c 61 6e 67 ang.c -o th_lang
5590: 2e 6f 0a 0a .o..