41fee0cd4540f51400d9069211c8095b48ccd4c8
[feisty_meow.git] / doc / makefile
1
2 export DEFINITIONS
3   # ensure that the macros get passed down to the subprocesses.
4
5 include cpp/variables.def
6
7 PROJECT = Source_Documentation
8 TYPE = application
9 FIRST_TARGETS += build_doxygen
10 CLEANUPS = html
11
12 include cpp/rules.def
13
14 build_doxygen:
15         @echo the defs are $(DEFINITIONS)
16         doxygen $(wildcard *.config)
17