]> git.tdb.fi Git - gldbg.git/blobdiff - Makefile
Support multiple .spec files
[gldbg.git] / Makefile
index aa0001a3b2f303bbf452f9f584acb187590ef2ff..b6cb9453a28976f7cfba6838341cabae985c24c6 100644 (file)
--- 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 >$@