Rename package and binary to intel-gen4asm.

This commit is contained in:
Eric Anholt 2006-09-01 15:40:57 -07:00 committed by Damien Lespiau
parent a6d95cc0ce
commit a1170c5e64
3 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT([gen4asm], AC_INIT([intel-gen4asm],
0.1, 0.1,
[eric@anholt.net], [eric@anholt.net],
gen4asm) intel-gen4asm)
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_INIT_AUTOMAKE([dist-bzip2 foreign])

View File

@ -1,8 +1,8 @@
AM_YFLAGS = -d AM_YFLAGS = -d
bin_PROGRAMS = gen4asm bin_PROGRAMS = intel-gen4asm
gen4asm_SOURCES = \ intel_gen4asm_SOURCES = \
brw_defines.h \ brw_defines.h \
brw_structs.h \ brw_structs.h \
gen4asm.h \ gen4asm.h \

View File

@ -3,7 +3,7 @@
SRCDIR=${srcdir-`pwd`} SRCDIR=${srcdir-`pwd`}
BUILDDIR=${top_builddir-`pwd`} BUILDDIR=${top_builddir-`pwd`}
${BUILDDIR}/src/gen4asm -o TEST.out $SRCDIR/TEST.g4a ${BUILDDIR}/src/intel-gen4asm -o TEST.out $SRCDIR/TEST.g4a
if cmp TEST.out ${SRCDIR}/TEST.expected 2> /dev/null; then : ; else if cmp TEST.out ${SRCDIR}/TEST.expected 2> /dev/null; then : ; else
echo "Output comparison for TEST" echo "Output comparison for TEST"
diff -u ${SRCDIR}/TEST.expected TEST.out diff -u ${SRCDIR}/TEST.expected TEST.out