doxygen: Add doxygen file and build infrastructure for gbm

This commit is contained in:
Rob Bradford
2011-12-20 15:39:07 +00:00
committed by Kristian Høgsberg
parent 3e18ad7fd7
commit 245341f406
2 changed files with 50 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ FULL = \
swrast.doxy \
swrast_setup.doxy \
tnl.doxy \
tnl_dd.doxy
tnl_dd.doxy \
gbm.doxy
full: $(FULL:.doxy=.tag)
$(foreach FILE,$(FULL),doxygen $(FILE);)