summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 1632643b4bb3a3a046a3503b8908e19fd0256a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES=-I$(top_srcdir)/include
SUBDIRS=include alsactl alsamixer amixer aplay seq utils
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile

rpm: dist
	$(MAKE) -C $@

dist-hook:
	-chmod -R a+r $(distdir)
	@if ! test -z "$(AMTAR)"; then \
		$(AMTAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
	else \
		$(TAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
	fi