mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 08:16:10 +00:00
Rename package and binary to intel-gen4asm.
This commit is contained in:
parent
a6d95cc0ce
commit
a1170c5e64
@ -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])
|
||||||
|
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user