altos: Switch const for __code in struct ao_cmds
[fw/altos] / Makefile.am
1 SUBDIRS=src doc altosui ao-tools ao-utils
2
3 EXTRA_DIST = ChangeLog
4
5 MAINTAINERCLEANFILES = ChangeLog
6
7 .PHONY: ChangeLog
8
9 ChangeLog:
10         (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \
11         (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
12
13 dist-hook: ChangeLog
14
15 fat:
16         cd src && $(MAKE) all
17         cd doc && $(MAKE) all
18         cd altosui/libaltos && $(MAKE) all
19         cd altosui && $(MAKE) fat