OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 284 to Rev 285
    Reverse comparison

Rev 284 → Rev 285

/trunk/mp3/sw/mad-xess/configure
1,6 → 1,6
#! /bin/sh
 
# From configure.in Id: configure.in,v 1.1.1.1 2001/11/04 19:00:27 lampret Exp
# From configure.in Id: configure.in,v 1.2 2001/11/06 10:46:51 markom Exp
 
 
 
988,8 → 988,8
ac_tool_prefix=
fi
 
# Extract the first word of "${ac_tool_prefix}$host-gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host-gcc; ac_word=$2
# Extract the first word of "${ac_tool_prefix}$host_cpu-$host_os-gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host_cpu-$host_os-gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:995: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1003,7 → 1003,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_CC="${ac_tool_prefix}$host-gcc"
ac_cv_prog_CC="${ac_tool_prefix}$host_cpu-$host_os-gcc"
break
fi
done
1020,8 → 1020,8
 
if test -z "$ac_cv_prog_CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "$host-gcc", so it can be a program name with args.
set dummy $host-gcc; ac_word=$2
# Extract the first word of "$host_cpu-$host_os-gcc", so it can be a program name with args.
set dummy $host_cpu-$host_os-gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1027: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1035,7 → 1035,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_CC="$host-gcc"
ac_cv_prog_CC="$host_cpu-$host_os-gcc"
break
fi
done
1055,8 → 1055,8
fi
fi
 
# Extract the first word of "${ac_tool_prefix}$host-ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host-ranlib; ac_word=$2
# Extract the first word of "${ac_tool_prefix}$host_cpu-$host_os-ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host_cpu-$host_os-ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1062: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1070,7 → 1070,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_RANLIB="${ac_tool_prefix}$host-ranlib"
ac_cv_prog_RANLIB="${ac_tool_prefix}$host_cpu-$host_os-ranlib"
break
fi
done
1087,8 → 1087,8
 
if test -z "$ac_cv_prog_RANLIB"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "$host-ranlib", so it can be a program name with args.
set dummy $host-ranlib; ac_word=$2
# Extract the first word of "$host_cpu-$host_os-ranlib", so it can be a program name with args.
set dummy $host_cpu-$host_os-ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1094: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1102,7 → 1102,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_RANLIB="$host-ranlib"
ac_cv_prog_RANLIB="$host_cpu-$host_os-ranlib"
break
fi
done
1122,8 → 1122,8
fi
fi
 
# Extract the first word of "${ac_tool_prefix}$host-ld", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host-ld; ac_word=$2
# Extract the first word of "${ac_tool_prefix}$host_cpu-$host_os-ld", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host_cpu-$host_os-ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1129: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1137,7 → 1137,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_LD="${ac_tool_prefix}$host-ld"
ac_cv_prog_LD="${ac_tool_prefix}$host_cpu-$host_os-ld"
break
fi
done
1154,8 → 1154,8
 
if test -z "$ac_cv_prog_LD"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "$host-ld", so it can be a program name with args.
set dummy $host-ld; ac_word=$2
# Extract the first word of "$host_cpu-$host_os-ld", so it can be a program name with args.
set dummy $host_cpu-$host_os-ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1161: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1169,7 → 1169,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_LD="$host-ld"
ac_cv_prog_LD="$host_cpu-$host_os-ld"
break
fi
done
/trunk/mp3/sw/mad-xess/config.log
12,9 → 12,9
configure:920: checking host system type
configure:942: checking whether make sets ${MAKE}
configure:969: checking build system type
configure:995: checking for or32-unknown-rtems-gcc
configure:1062: checking for or32-unknown-rtems-ranlib
configure:1129: checking for or32-unknown-rtems-ld
configure:995: checking for or32-rtems-gcc
configure:1062: checking for or32-rtems-ranlib
configure:1129: checking for or32-rtems-ld
configure:1205: checking for a BSD compatible install
configure:1260: checking for gcc
configure:1373: checking whether the C compiler (or32-rtems-gcc ) works
21,22 → 21,180
configure:1389: or32-rtems-gcc -o conftest conftest.c 1>&5
configure:1415: checking whether the C compiler (or32-rtems-gcc ) is a cross-compiler
configure:1420: checking whether we are using GNU C
configure:1429: or32-rtems-gcc -E conftest.c
configure:1448: checking whether or32-rtems-gcc accepts -g
configure:1480: checking for POSIXized ISC
configure:1503: checking how to run the C preprocessor
configure:1524: or32-rtems-gcc -E conftest.c >/dev/null 2>conftest.out
configure:1584: checking whether or32-rtems-gcc needs -traditional
configure:1591: sgtty.h: No such file or directory
configure:1609: termio.h: No such file or directory
configure:1698: checking for ANSI C header files
configure:1711: or32-rtems-gcc -E conftest.c >/dev/null 2>conftest.out
configure:1804: checking for working const
configure:1858: or32-rtems-gcc -c -Wall conftest.c 1>&5
configure: In function `main':
configure:1832: warning: unused variable `s'
configure:1852: warning: unused variable `foo'
configure:1820: warning: unused variable `zero'
configure:1814: warning: unused variable `x'
configure:1879: checking for inline
configure:1893: or32-rtems-gcc -c -Wall conftest.c 1>&5
configure: In function `main':
configure:1889: warning: control reaches end of non-void function
configure: At top level:
configure:1889: warning: return-type defaults to `int'
configure:1921: checking for vprintf
configure:1949: or32-rtems-gcc -o conftest -Wall conftest.c 1>&5
/home/simons/or1k/or32-rtems/lib/libc.a(findfp.o): In function `__sfmoreglue':
../../../../../gcc/newlib/libc/stdio/findfp.c:55: undefined reference to `_malloc_r'
/home/simons/or1k/or32-rtems/lib/libc.a(wsetup.o): In function `__swsetup':
../../../../../gcc/newlib/libc/stdio/wsetup.c:50: undefined reference to `_free_r'
/home/simons/or1k/or32-rtems/lib/libc.a(stdio.o): In function `__sread':
../../../../../gcc/newlib/libc/stdio/stdio.c:40: undefined reference to `_read_r'
/home/simons/or1k/or32-rtems/lib/libc.a(stdio.o): In function `__swrite':
../../../../../gcc/newlib/libc/stdio/stdio.c:60: undefined reference to `_lseek_r'
../../../../../gcc/newlib/libc/stdio/stdio.c:62: undefined reference to `_write_r'
/home/simons/or1k/or32-rtems/lib/libc.a(stdio.o): In function `__sseek':
../../../../../gcc/newlib/libc/stdio/stdio.c:74: undefined reference to `_lseek_r'
/home/simons/or1k/or32-rtems/lib/libc.a(stdio.o): In function `__sclose':
../../../../../gcc/newlib/libc/stdio/stdio.c:91: undefined reference to `_close_r'
/home/simons/or1k/or32-rtems/lib/libc.a(makebuf.o): In function `__smakebuf':
../../../../../gcc/newlib/libc/stdio/makebuf.c:50: undefined reference to `_fstat_r'
../../../../../gcc/newlib/libc/stdio/makebuf.c:81: undefined reference to `_malloc_r'
../../../../../gcc/newlib/libc/stdio/makebuf.c:93: undefined reference to `isatty'
/home/simons/or1k/or32-rtems/lib/libc.a(mprec.o): In function `_Balloc':
../../../../../gcc/newlib/libc/stdlib/mprec.c:101: undefined reference to `_calloc_r'
../../../../../gcc/newlib/libc/stdlib/mprec.c:118: undefined reference to `_calloc_r'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1926 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char vprintf();
 
int main() {
 
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_vprintf) || defined (__stub___vprintf)
choke me
#else
vprintf();
#endif
 
; return 0; }
configure:1973: checking for _doprnt
configure:2001: or32-rtems-gcc -o conftest -Wall conftest.c 1>&5
/tmp/ccMRVcjj.o(.text+0x18):conftest.c: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1978 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _doprnt();
 
int main() {
 
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
_doprnt();
#endif
 
; return 0; }
configure:2028: checking for madvise
configure:2056: or32-rtems-gcc -o conftest -Wall conftest.c 1>&5
/tmp/ccY6t3ds.o(.text+0x18):conftest.c: undefined reference to `madvise'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2033 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char madvise(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char madvise();
 
int main() {
 
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_madvise) || defined (__stub___madvise)
choke me
#else
madvise();
#endif
 
; return 0; }
configure:2083: checking for strcasecmp
configure:2111: or32-rtems-gcc -o conftest -Wall conftest.c 1>&5
configure:2083: checking for strncasecmp
configure:2111: or32-rtems-gcc -o conftest -Wall conftest.c 1>&5
configure:2139: checking for library containing pow
configure:2157: or32-rtems-gcc -o conftest -Wall conftest.c 1>&5
/tmp/ccGrrKx3.o(.text+0x18):conftest.c: undefined reference to `pow'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2146 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pow();
 
int main() {
pow()
; return 0; }
configure:2179: or32-rtems-gcc -o conftest -Wall conftest.c -lm 1>&5
configure:2201: checking for library containing log10
configure:2219: or32-rtems-gcc -o conftest -Wall conftest.c -lm 1>&5
configure:2271: checking for unistd.h
configure:2281: or32-rtems-gcc -E conftest.c >/dev/null 2>conftest.out
configure:2310: checking for getpagesize
configure:2338: or32-rtems-gcc -o conftest -Wall conftest.c -lm 1>&5
/tmp/ccTy7FbG.o(.text+0x18):conftest.c: undefined reference to `getpagesize'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2315 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpagesize(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getpagesize();
 
int main() {
 
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
choke me
#else
getpagesize();
#endif
 
; return 0; }
configure:2363: checking for working mmap
configure:2536: checking whether to use mmap
configure:2612: checking for audio support
/trunk/mp3/sw/mad-xess/libmad/configure
1,6 → 1,6
#! /bin/sh
 
# From configure.in Id: configure.in,v 1.1.1.1 2001/11/04 19:37:38 lampret Exp
# From configure.in Id: configure.in,v 1.2 2001/11/06 10:46:56 markom Exp
 
 
 
984,8 → 984,8
ac_tool_prefix=
fi
 
# Extract the first word of "${ac_tool_prefix}$host-gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host-gcc; ac_word=$2
# Extract the first word of "${ac_tool_prefix}$host_cpu-$host_os-gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host_cpu-$host_os-gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:991: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
999,7 → 999,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_CC="${ac_tool_prefix}$host-gcc"
ac_cv_prog_CC="${ac_tool_prefix}$host_cpu-$host_os-gcc"
break
fi
done
1016,8 → 1016,8
 
if test -z "$ac_cv_prog_CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "$host-gcc", so it can be a program name with args.
set dummy $host-gcc; ac_word=$2
# Extract the first word of "$host_cpu-$host_os-gcc", so it can be a program name with args.
set dummy $host_cpu-$host_os-gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1023: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1031,7 → 1031,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_CC="$host-gcc"
ac_cv_prog_CC="$host_cpu-$host_os-gcc"
break
fi
done
1051,8 → 1051,8
fi
fi
 
# Extract the first word of "${ac_tool_prefix}$host-ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host-ranlib; ac_word=$2
# Extract the first word of "${ac_tool_prefix}$host_cpu-$host_os-ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host_cpu-$host_os-ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1058: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1066,7 → 1066,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_RANLIB="${ac_tool_prefix}$host-ranlib"
ac_cv_prog_RANLIB="${ac_tool_prefix}$host_cpu-$host_os-ranlib"
break
fi
done
1083,8 → 1083,8
 
if test -z "$ac_cv_prog_RANLIB"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "$host-ranlib", so it can be a program name with args.
set dummy $host-ranlib; ac_word=$2
# Extract the first word of "$host_cpu-$host_os-ranlib", so it can be a program name with args.
set dummy $host_cpu-$host_os-ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1090: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1098,7 → 1098,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_RANLIB="$host-ranlib"
ac_cv_prog_RANLIB="$host_cpu-$host_os-ranlib"
break
fi
done
1118,8 → 1118,8
fi
fi
 
# Extract the first word of "${ac_tool_prefix}$host-ld", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host-ld; ac_word=$2
# Extract the first word of "${ac_tool_prefix}$host_cpu-$host_os-ld", so it can be a program name with args.
set dummy ${ac_tool_prefix}$host_cpu-$host_os-ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1125: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1133,7 → 1133,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_LD="${ac_tool_prefix}$host-ld"
ac_cv_prog_LD="${ac_tool_prefix}$host_cpu-$host_os-ld"
break
fi
done
1150,8 → 1150,8
 
if test -z "$ac_cv_prog_LD"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "$host-ld", so it can be a program name with args.
set dummy $host-ld; ac_word=$2
# Extract the first word of "$host_cpu-$host_os-ld", so it can be a program name with args.
set dummy $host_cpu-$host_os-ld; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1157: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1165,7 → 1165,7
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_prog_LD="$host-ld"
ac_cv_prog_LD="$host_cpu-$host_os-ld"
break
fi
done
/trunk/mp3/sw/mad-xess/libmad/config.log
12,9 → 12,9
configure:915: checking host system type
configure:938: checking whether make sets ${MAKE}
configure:965: checking build system type
configure:991: checking for or32-unknown-rtems-gcc
configure:1058: checking for or32-unknown-rtems-ranlib
configure:1125: checking for or32-unknown-rtems-ld
configure:991: checking for or32-rtems-gcc
configure:1058: checking for or32-rtems-ranlib
configure:1125: checking for or32-rtems-ld
configure:1201: checking for a BSD compatible install
configure:1258: checking for gcc
configure:1371: checking whether the C compiler (or32-rtems-gcc ) works
/trunk/mp3/sw/mad-xess/libmad/config.h
18,7 → 18,7
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* $Id: config.h,v 1.2 2001-11-06 10:46:56 markom Exp $
* $Id: config.h,v 1.3 2001-11-06 11:32:37 simons Exp $
*/
 
# ifndef LIBMAD_CONFIG_H
/trunk/mp3/sw/mad-xess/libmad/Makefile
65,7 → 65,7
CC = or32-rtems-gcc
DLLTOOL = @DLLTOOL@
FPM = -DFPM_DEFAULT
LD = ld
LD = or32-rtems-ld
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS =
72,7 → 72,7
MAKEINFO = makeinfo
OBJDUMP = @OBJDUMP@
PACKAGE = libmad
RANLIB = ranlib
RANLIB = or32-rtems-ranlib
VERSION = 0.13.0b
 
include_HEADERS = mad.h
/trunk/mp3/sw/mad-xess/libmad/configure.in
17,7 → 17,7
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
AC_REVISION([$Id: configure.in,v 1.2 2001-11-06 10:46:56 markom Exp $])dnl
AC_REVISION([$Id: configure.in,v 1.3 2001-11-06 11:32:37 simons Exp $])dnl
 
dnl Process this file with autoconf to produce a configure script.
 
33,9 → 33,9
dnl Checks for programs.
 
AC_PROG_MAKE_SET
AC_CHECK_TOOL(CC, $host-gcc, cc)
AC_CHECK_TOOL(RANLIB, $host-ranlib, ranlib)
AC_CHECK_TOOL(LD, $host-ld, ld)
AC_CHECK_TOOL(CC, $host_cpu-$host_os-gcc, cc)
AC_CHECK_TOOL(RANLIB, $host_cpu-$host_os-ranlib, ranlib)
AC_CHECK_TOOL(LD, $host_cpu-$host_os-ld, ld)
AC_PROG_INSTALL
 
dnl Compiler options.
/trunk/mp3/sw/mad-xess/libmad/config.status
80,8 → 80,8
s%@build_vendor@%unknown%g
s%@build_os@%rtems%g
s%@CC@%or32-rtems-gcc%g
s%@RANLIB@%ranlib%g
s%@LD@%ld%g
s%@RANLIB@%or32-rtems-ranlib%g
s%@LD@%or32-rtems-ld%g
s%@CPP@%or32-rtems-gcc -E%g
s%@FPM@%-DFPM_DEFAULT%g
s%@ASO@%%g
/trunk/mp3/sw/mad-xess/libmad/config.h.in
17,7 → 17,7
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* $Id: config.h.in,v 1.2 2001-11-06 10:46:56 markom Exp $
* $Id: config.h.in,v 1.3 2001-11-06 11:32:37 simons Exp $
*/
 
# ifndef LIBMAD_CONFIG_H
/trunk/mp3/sw/mad-xess/config.h
18,7 → 18,7
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* $Id: config.h,v 1.2 2001-11-06 10:46:51 markom Exp $
* $Id: config.h,v 1.3 2001-11-06 11:32:32 simons Exp $
*/
 
# ifndef CONFIG_H
/trunk/mp3/sw/mad-xess/Makefile
62,13 → 62,13
AS = @AS@
CC = or32-rtems-gcc
DLLTOOL = @DLLTOOL@
LD = ld
LD = or32-rtems-ld
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
MAKEINFO = makeinfo
OBJDUMP = @OBJDUMP@
PACKAGE = mad
RANLIB = ranlib
RANLIB = or32-rtems-ranlib
VERSION = 0.13.0b
 
SUBDIRS = libmad
103,7 → 103,7
DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
CPPFLAGS =
LDFLAGS =
LIBS =
LIBS = -lm
loader_OBJECTS = loader.o
loader_LDADD = $(LDADD)
loader_DEPENDENCIES = libmad/libmad.a
121,10 → 121,11
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = README ./stamp-h.in ABOUT-NLS COPYING INSTALL Makefile.am \
Makefile.in TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
config.h.in config.sub configure configure.in install-sh ltconfig \
ltmain.sh missing mkinstalldirs strcasecmp.c strncasecmp.c
DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 \
aclocal.m4 config.guess config.h.in config.sub configure configure.in \
install-sh ltconfig ltmain.sh missing mkinstalldirs strcasecmp.c \
strncasecmp.c
 
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
/trunk/mp3/sw/mad-xess/configure.in
17,7 → 17,7
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
AC_REVISION([$Id: configure.in,v 1.2 2001-11-06 10:46:51 markom Exp $])dnl
AC_REVISION([$Id: configure.in,v 1.3 2001-11-06 11:32:32 simons Exp $])dnl
 
dnl Process this file with autoconf to produce a configure script.
 
33,9 → 33,9
 
dnl Checks for programs.
AC_PROG_MAKE_SET
AC_CHECK_TOOL(CC, $host-gcc, cc)
AC_CHECK_TOOL(RANLIB, $host-ranlib, ranlib)
AC_CHECK_TOOL(LD, $host-ld, ld)
AC_CHECK_TOOL(CC, $host_cpu-$host_os-gcc, cc)
AC_CHECK_TOOL(RANLIB, $host_cpu-$host_os-ranlib, ranlib)
AC_CHECK_TOOL(LD, $host_cpu-$host_os-ld, ld)
AC_PROG_INSTALL
AC_ISC_POSIX
 
/trunk/mp3/sw/mad-xess/config.status
42,7 → 42,7
s%@FFLAGS@%%g
s%@DEFS@%-DHAVE_CONFIG_H%g
s%@LDFLAGS@%%g
s%@LIBS@%%g
s%@LIBS@%-lm %g
s%@exec_prefix@%${prefix}%g
s%@prefix@%/usr/local%g
s%@program_transform_name@%s,x,x,%g
81,8 → 81,8
s%@build_vendor@%unknown%g
s%@build_os@%rtems%g
s%@CC@%or32-rtems-gcc%g
s%@RANLIB@%ranlib%g
s%@LD@%ld%g
s%@RANLIB@%or32-rtems-ranlib%g
s%@LD@%or32-rtems-ld%g
s%@CPP@%or32-rtems-gcc -E%g
s%@LIBOBJS@%%g
s%@AUDIO@%%g
/trunk/mp3/sw/mad-xess/config.h.in
17,7 → 17,7
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* $Id: config.h.in,v 1.2 2001-11-06 10:46:51 markom Exp $
* $Id: config.h.in,v 1.3 2001-11-06 11:32:32 simons Exp $
*/
 
# ifndef CONFIG_H
/trunk/mp3/sw/mad-xess/config.cache
28,7 → 28,8
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_prog_CC=${ac_cv_prog_CC=or32-rtems-gcc}
ac_cv_prog_CPP=${ac_cv_prog_CPP='or32-rtems-gcc -E'}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB=ranlib}
ac_cv_prog_LD=${ac_cv_prog_LD=or32-rtems-ld}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB=or32-rtems-ranlib}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross=yes}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes}
35,8 → 36,8
ac_cv_prog_gcc=${ac_cv_prog_gcc=yes}
ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional=no}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
ac_cv_search_log10=${ac_cv_search_log10=no}
ac_cv_search_pow=${ac_cv_search_pow=no}
ac_cv_search_log10=${ac_cv_search_log10='none required'}
ac_cv_search_pow=${ac_cv_search_pow=-lm}
ac_cv_sizeof_int=${ac_cv_sizeof_int=2}
ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.