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

« back to all changes in this revision

Viewing changes to modules/objfmts/win64/tests/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 1762 2007-02-12 03:48:53Z peter $
 
1
# $Id: Makefile.inc 2120 2008-09-04 04:45:30Z peter $
2
2
 
3
3
TESTS += modules/objfmts/win64/tests/win64_test.sh
4
4
 
19
19
EXTRA_DIST += modules/objfmts/win64/tests/sce4.masm
20
20
EXTRA_DIST += modules/objfmts/win64/tests/sce4-err.asm
21
21
EXTRA_DIST += modules/objfmts/win64/tests/sce4-err.errwarn
 
22
EXTRA_DIST += modules/objfmts/win64/tests/win64-abs.asm
 
23
EXTRA_DIST += modules/objfmts/win64/tests/win64-abs.hex
22
24
EXTRA_DIST += modules/objfmts/win64/tests/win64-curpos.asm
23
25
EXTRA_DIST += modules/objfmts/win64/tests/win64-curpos.hex
24
26
EXTRA_DIST += modules/objfmts/win64/tests/win64-dataref.asm
27
29
EXTRA_DIST += modules/objfmts/win64/tests/win64-dataref2.asm
28
30
EXTRA_DIST += modules/objfmts/win64/tests/win64-dataref2.hex
29
31
EXTRA_DIST += modules/objfmts/win64/tests/win64-dataref2.masm
 
32
 
 
33
EXTRA_DIST += modules/objfmts/win64/tests/gas/Makefile.inc
 
34
 
 
35
include modules/objfmts/win64/tests/gas/Makefile.inc