~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to modules/arch/x86/tests/gas32/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2009-07-14 08:23:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714082359-10x8mjty41gzkshs
Tags: 0.8.0-1
* New upstream release (Closes: #531047).
* Removed all tasm patches, they’ve been merged upstream.
* debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
* debian/control: mention TASM in the long description.
* debian/compat: set debhelper level to 5.
* debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.inc 2026 2008-01-03 04:13:18Z peter $
 
1
# $Id: Makefile.inc 2193 2009-04-04 23:03:41Z peter $
2
2
 
3
3
TESTS += modules/arch/x86/tests/gas32/x86_gas32_test.sh
4
4
 
7
7
EXTRA_DIST += modules/arch/x86/tests/gas32/align32.hex
8
8
EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farithr.asm
9
9
EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farithr.hex
 
10
EXTRA_DIST += modules/arch/x86/tests/gas32/gas-fpmem.asm
 
11
EXTRA_DIST += modules/arch/x86/tests/gas32/gas-fpmem.hex
10
12
EXTRA_DIST += modules/arch/x86/tests/gas32/gas-movdq32.asm
11
13
EXTRA_DIST += modules/arch/x86/tests/gas32/gas-movdq32.hex
12
14
EXTRA_DIST += modules/arch/x86/tests/gas32/gas-movsd.asm