X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=fa4da1fe65939473c1f2c9fe54b294d11a4180dc;hp=2b76b5d46c7d27c15c99e9cf299f1490d33228a9;hb=fbca372edd5609bc253b622b55b7faffd19ae6cd;hpb=9789ca5e8caa9a013e804f307b9da380e147bd75 diff --git a/Makefile.am b/Makefile.am index 2b76b5d4..fa4da1fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,25 @@ -SUBDIRS=src ao-view ao-tools ao-utils +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