Differences From 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...]
To Artifact [722d1b1415]:
- File kpw/makefile — part of check-in [c29fe4718a] at 2019-10-17 20:03:22 on branch trunk — reorganize dumbass directory structure (user: lexi, size: 477) [annotate] [blame] [check-ins using]
1 1 include ../makerules 2 2 3 3 cdeps = compose.c iaia.c tbl.c 4 4 cpaths = $(cdeps:%=$(root)/clib/%) 5 5 6 -$(root)/kpw: kpw.c opt.inc err.inc $(cpaths) 6 +$(root)/kpw.bin: kpw.c opt.inc err.inc $(cpaths) 7 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)