include/.gitignore:
ignore stamp-h
include/stamp-h:
shouldn't be in cvs
source/Makefile.am:
comment out the `if ASM_ARCH' and corresponding endif as there seems
to be either a bug or a misunderstanding in automake snd_mixa.o is
now built
convert #if USE_INTEL_ASM to #ifdef USE_INTEL_ASM
add cl_math.S to math_ASM
unfortunatly, snd_mixa.o isn't being built. Haven't figured that one out yet
add alsa support (swiped from newtree:)
+= doesn't seem to work well in automake (or at least not my version). Change
the common_SOURCES += ... to combined_SOURCES = $(common_SOURCES) ... and
change the /following/ instances common_SOURCES to combined_SOURCES.