Farewall Ragel

This commit is contained in:
Miek Gieben 2011-12-14 11:32:14 +01:00
parent be27aa5170
commit 8bfa46dec7
1 changed files with 0 additions and 12 deletions

View File

@ -14,7 +14,6 @@ GOFILES=\
dnssec.go\
edns.go\
keygen.go\
kparse.go\
msg.go\
nsec3.go \
qnamestring.go\
@ -24,7 +23,6 @@ GOFILES=\
types.go\
update.go\
xfr.go\
zparse.go\
zscan.go\
zscan_rr.go\
@ -36,13 +34,3 @@ _examples:
examples:
gomake -C _examples
# doesn't work with r59 - disabled until Ragel catches up
# yes, hardcoded path, yes ugly, yes, deal with it
#zparse.go: zparse.rl types.rl
# /home/miekg/svn/ragel/ragel/ragel -Z -G2 -o $@ $<
# gofmt -w zparse.go
#
#kparse.go: kparse.rl
# /home/miekg/svn/ragel/ragel/ragel -Z -G2 -o $@ $<
# gofmt -w kparse.go