Build system updates...

This commit is contained in:
Jaroslav Kysela 2002-10-22 20:20:03 +00:00
parent 17f35d0043
commit 55a8da9341
4 changed files with 11 additions and 3 deletions

View file

@ -133,7 +133,8 @@ arm*)
;;
esac
AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile src/Makefile \
AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile
include/sound/Makefile src/Makefile \
src/control/Makefile src/mixer/Makefile src/pcm/Makefile \
src/rawmidi/Makefile src/timer/Makefile \
src/hwdep/Makefile src/seq/Makefile src/instr/Makefile \

View file

@ -1,5 +1,6 @@
#!/bin/bash
touch ltconfig
libtoolize --force --copy --automake
aclocal $ACLOCAL_FLAGS
autoheader

View file

@ -1,3 +1,5 @@
SUBDIRS = sound
sysincludedir = ${includedir}/sys
alsaincludedir = ${includedir}/alsa
@ -8,8 +10,7 @@ alsainclude_HEADERS = asoundlib.h asoundef.h \
seq_event.h seq.h seqmid.h seq_midi_event.h \
conv.h instr.h iatomic.h
noinst_HEADERS = sys.h search.h list.h aserver.h local.h alsa-symbols.h \
sound/asound.h sound/asoundef.h sound/asequencer.h
noinst_HEADERS = sys.h search.h list.h aserver.h local.h alsa-symbols.h
CLEANFILES = stamp-vh version.h

View file

@ -0,0 +1,5 @@
alsasoundincludedir = ${includedir}/alsa/sound
alsasoundinclude_HEADERS = ainstr_fm.h ainstr_gf1.h ainstr_simple.h ainstr_iw.h
noinst_HEADERS = asound.h asoundef.h asequencer.h