projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
renaming to reflect modern purpose.
[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