Differences From Artifact [e4660982d8]:
- File kpw.d/makefile — part of check-in [8a57f6203c] at 2019-08-16 03:00:33 on branch trunk — add android support (user: lexi, size: 484) [annotate] [blame] [check-ins using]
To Artifact [0ee772709b]:
- File kpw.d/makefile — part of check-in [a3ccd193d5] at 2019-08-15 05:45:12 on branch trunk — add kpw source (user: lexi, size: 473) [annotate] [blame] [check-ins using] [more...]
1 1 include ../makerules 2 2 3 3 cdeps = compose.c iaia.c tbl.c 4 4 cpaths = $(cdeps:%=$(root)/clib/%) 5 5 6 6 $(root)/kpw: kpw.c opt.inc err.inc $(cpaths) 7 - $(cc) -I$(root) $< -lsodium $(l-shmem) -o $@ $(flags) $(cc-post) 7 + $(cc) -I$(root) $< -lsodium -o $@ $(flags) $(cc-post) 8 8 9 9 tab = cat $< | awk -v emit=$1 -F'\t+' -f $<.awk >> $@ 10 10 11 11 opt.inc: optab optab.awk 12 12 :>$@ 13 13 $(call tab,cond) 14 14 $(call tab,enum)