3 # ensure that the macros get passed down to the subprocesses.
5 include cpp/variables.def
7 PROJECT = Source_Documentation
9 FIRST_TARGETS += build_doxygen
15 @echo the defs are $(DEFINITIONS)
17 doxygen $(wildcard *.config); \
18 if [ $$? -ne 0 ]; then \
19 echo failed to run doxygen on our configuration file.; \
20 echo perhaps it is not installed?; \
21 echo these are the ubuntu install steps:; \
22 echo sudo apt-get install doxygen graphviz; \
23 echo and something else, uhhh....; \