X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=fa4da1fe65939473c1f2c9fe54b294d11a4180dc;hp=71aee9803f45d3085f53d737ff75012a197be75d;hb=8959c059ec67f5334e31abbe3f831dd571a0b464;hpb=9025eb792861930e6af918d2727c4f5d97a69936 diff --git a/Makefile.am b/Makefile.am index 71aee980..fa4da1fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,25 @@ -SUBDIRS=lib ccload target/blink +SUBDIRS=ao-tools src doc altoslib libaltos altosuilib altosui micropeak ao-utils altosdroid + +EXTRA_DIST = ChangeLog + +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog + +ChangeLog: + (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \ + (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + +dist-hook: ChangeLog + +fat: + cd src && $(MAKE) all + cd doc && $(MAKE) all + cd libaltos && $(MAKE) all + cd altoslib && $(MAKE) all + cd altosuilib && $(MAKE) all + cd altosui && $(MAKE) fat + cd micropeak && $(MAKE) fat + +set-java-versions: + $(top_srcdir)/fix-java-versions org.altusmetrum.altoslib=$(ALTOSLIB_VERSION) org.altusmetrum.altosuilib=$(ALTOSUILIB_VERSION) \ No newline at end of file