Update of /cvsroot/alsa/alsa-firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv16963
Added Files:
.cvsignore Makefile.am configure.in cvscompile
Log Message:
Ok, things are working now...
--- NEW FILE: .cvsignore ---
configure
config.log
config.cache
config.status
config.guess
config.sub
Makefile.conf
confdefs.h
aclocal.m4
Makefile
Makefile.in
version
autom4te.cache
depcomp
missing
install-sh
mkinstalldirs
ltmain.sh
--- NEW FILE: Makefile.am ---
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
SUBDIRS = hdsploader mixartloader vxloader
EXTRA_DIST = depcomp
dist-hook:
-chmod -R a+r $(distdir)
@if ! test -z "$(AMTAR)"; then \
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 >
$(distdir).tar.bz2 ; \
else \
$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 >
$(distdir).tar.bz2 ; \
fi
--- NEW FILE: configure.in ---
AC_INIT(hdsploader/tobin.c)
AM_INIT_AUTOMAKE(alsa-firmware, 1.0.0pre3)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AC_OUTPUT(Makefile \
hdsploader/Makefile \
mixartloader/Makefile \
vxloader/Makefile)
--- NEW FILE: cvscompile ---
#!/bin/bash
libtoolize --automake --copy
aclocal $ACLOCAL_FLAGS
automake --foreign --copy --add-missing
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@ || exit 1
unset CFLAGS
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
make
fi
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog