alsa-lib/Makefile.am
Takashi Iwai aa6755cc4e - using $(AMTAR) instead or $(TAR) in the Makefile.am
- using -j instead of -I to compress using bzip2 rather than gzip
2002-10-07 10:41:42 +00:00

17 lines
336 B
Makefile

SUBDIRS=doc include src aserver test utils
EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool version
INCLUDES=-I$(top_srcdir)/include
rpm: dist
$(MAKE) -C utils rpm
dist-hook:
-chmod -R a+r $(distdir)
$(AMTAR) cvjf $(distdir).tar.bz2 $(distdir)
doc-dummy:
doc: doc-dummy
$(MAKE) -C include all
$(MAKE) -C doc doc