X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2FMakefile;h=af5b01977c8414988aa75f66ce1509e265ab9087;hb=9104a7f2aef5046145b6a480aaf0a5d8d5491d62;hp=67f5166e2f028c61968a104b536167f231314977;hpb=c06f006c64765d0b2844ee7f5a3c85ca241eca38;p=glaze diff --git a/specs/Makefile b/specs/Makefile index 67f5166..af5b019 100644 --- a/specs/Makefile +++ b/specs/Makefile @@ -1,9 +1,15 @@ -TARGETS=gl.def +TARGETS=gl.def glx.def egl.def all: $(TARGETS) %.def: %.xml ./xml2def $? > $@ +glx.def: glx.xml + ./xml2def $? | grep -v GetProcAddress > $@ + +egl.def: egl.xml + ./xml2def $? | grep -v eglGetProcAddress > $@ + clean: rm *.def