X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=b6cb9453a28976f7cfba6838341cabae985c24c6;hb=53c5f5f90611ce35d13f7051b26ac482d1336fc5;hp=aa0001a3b2f303bbf452f9f584acb187590ef2ff;hpb=49f8063ce156a50d4b3b8c77a1508a21ea2bfe90;p=gldbg.git diff --git a/Makefile b/Makefile index aa0001a..b6cb945 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ source/commandinterpreter.o: source/commandinterpreter.cpp source/gldbg.h source/process.o: source/process.cpp source/process.h $(CXX) -c $(CXXFLAGS) $(CXXFLAGS_gldbg) -o $@ $< -gensrc/%: source/%.t gensrc/.created genwrap.py gl.files gl.tm gl.io gl.spec - python ./genwrap.py $< gl.files >$@ +gensrc/%: source/%.t gensrc/.created genwrap.py gl.files gl.tm gl.io gl.spec glx.files glx.tm glx.io glx.spec glxext.spec + python ./genwrap.py $< gl.files glx.files >$@ gensrc/enums.table: enum.spec genenum.py python ./genenum.py enum.spec >$@