alsa-lib/Makefile.am

30 lines
665 B
Text
Raw Normal View History

SUBDIRS=doc include src modules
if BUILD_PCM_PLUGIN_SHM
SUBDIRS += aserver
endif
if BUILD_MIXER
SUBDIRS += alsalisp
endif
SUBDIRS += test utils
EXTRA_DIST=ChangeLog INSTALL TODO NOTES configure cvscompile libtool depcomp version MEMORY-LEAK
2004-02-25 11:23:56 +00:00
AUTOMAKE_OPTIONS=foreign
1998-11-18 20:42:09 +00:00
INCLUDES=-I$(top_srcdir)/include
1998-11-18 21:29:59 +00:00
rpm: dist
1999-01-18 22:42:55 +00:00
$(MAKE) -C utils rpm
2000-02-16 21:28:10 +00:00
dist-hook:
-chmod -R a+r $(distdir)
2002-10-23 13:24:07 +00:00
@if ! test -z "$(AMTAR)"; then \
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
2002-10-23 13:24:07 +00:00
else \
$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
2002-10-23 13:24:07 +00:00
fi
2000-02-16 21:28:10 +00:00
2001-04-06 19:10:32 +00:00
doc-dummy:
doc: doc-dummy
$(MAKE) -C include all
$(MAKE) -C doc doc