File: Makefile

package info (click to toggle)
xa 2.4.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,356 kB
  • sloc: ansic: 8,585; asm: 845; makefile: 755; perl: 116; sh: 53
file content (22 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
default:
	# this should fail.
	../../xa scomcom.asm || exit 0 && exit 1
	../../xa -a 816com.asm || exit 0 && exit 1
	../../xa -w 816com.asm || exit 0 && exit 1
	# it did fail. these should now all succeed.
	../../xa -XMASM scomcom.asm
	../hextool -cmp=scomcomm.ok < a.o65
	../../xa -a scomcom.asm
	../hextool -cmp=scomcomm.ok < a.o65
	../../xa comcom.asm
	../hextool -cmp=comcom.ok < a.o65
	../../xa -XMASM comcom.asm
	../hextool -cmp=comcomm.ok < a.o65
	../../xa -a comcom.asm
	../hextool -cmp=comcomm.ok < a.o65
	../../xa -a -w 816com.asm
	../hextool -cmp=816com.ok < a.o65

clean:
	rm -f a.o65