X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=blobdiff_plain;f=mkfile;h=ed945c11d0509fd695098655c0233989f8aa4697;hp=138af83407c7495e14045256b834d05fbaa3c30a;hb=HEAD;hpb=72874ac6d2e803d84f04dced58cb0e5c8afa3651 diff --git a/mkfile b/mkfile index 138af83..ed945c1 100644 --- a/mkfile +++ b/mkfile @@ -1,14 +1,33 @@ CFLAGS = -g -Wall -fPIC --std=c99 -CPPFLAGS = -I/usr/include/awk -I. -DHAVE_CONFIG_H -test:Q: select.so - awk -f select.awk +CPPFLAGS = -I/usr/include/awk \ + -DDYNAMIC \ + -DHAVE_VPRINTF \ + -DHAVE_STDARG_H \ + -DHAVE_STDBOOL_H \ + -DHAVE_STDDEF_H + +default:V: stats + +stats:QV: + awk -f stats.awk + +test:QV: + rm -f var/sp_cur.json #awk -f rhawk < testirc.txt #awk -f rhawk < testirc.txt - #awk -f test.awk test.txt | awk -f rhawk #| grep 'points\|bid\|took' + awk -f test.awk spades.txt \ + | awk '-vDEBUG=1' -frhawk 2>&1 1>/dev/null \ + | grep -v '^ > \(USER\|NICK\|CAP\|JOIN\|TOPIC\|WHO\)' \ + | grep -v '^ . .*\(ACCOUNT\|IDENTIFY\|unicode\|colors\)' \ + | sed -e 's/^ > PRIVMSG #\w* :/rhawk:\t/' \ + -e 's/^ < :\([^!]*\)![^ ]* PRIVMSG #\w* :/\1:\t/ ' + +test-select:Q: select.so + awk -f select.awk %.so: %.o gcc $CFLAGS -shared -o $target $prereq $LDFLAGS -%.o: %.c - gcc $CPPFLAGS $CFLAGS -c -o $target $prereq +%.o: %.c mkfile config.h + gcc $CPPFLAGS $CFLAGS -c -o $target $stem.c