| Johan Euphrosine | 5388c52 | 2015-05-21 01:15:34 -0700 | [diff] [blame] | 1 | HEADERS := $(wildcard ../include/android/*.h) | 
|  | 2 |  | 
| smain@google.com | 20e2095 | 2016-07-07 17:11:35 -0700 | [diff] [blame] | 3 | all: html website | 
| Johan Euphrosine | 5388c52 | 2015-05-21 01:15:34 -0700 | [diff] [blame] | 4 |  | 
|  | 5 | html: $(HEADERS) Doxyfile | 
|  | 6 | mkdir -p html | 
|  | 7 | doxygen | 
|  | 8 |  | 
| smain@google.com | 20e2095 | 2016-07-07 17:11:35 -0700 | [diff] [blame] | 9 | website: $(HEADERS) Doxyfile header.html | 
|  | 10 | mkdir -p website | 
|  | 11 | HTML_HEADER=header.html HTML_FOOTER=footer.html HTML_OUTPUT=website doxygen | 
|  | 12 | rm -f website/index.html |