added/updated some headers for usage in feisty meow code. the uva_header
[feisty_meow.git] / docs / 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