Rev | Line | |
---|
[8423] | 1 | # $Id: setup.optional.alp.mk,v 1.1 2002-05-16 11:37:00 bird Exp $
|
---|
| 2 |
|
---|
| 3 | #
|
---|
| 4 | # Helper file for all the optional stuff for the ALP assembler.
|
---|
| 5 | #
|
---|
| 6 |
|
---|
| 7 | !if "$(AS_MODE)" != ""
|
---|
| 8 | _AS_MODE =
|
---|
| 9 | ! if "$(AS_MODE)" != "ALP"
|
---|
| 10 | _AS_MODE = -Sv:ALP
|
---|
| 11 | ! endif
|
---|
| 12 | ! if "$(AS_MODE)" != "M510"
|
---|
| 13 | _AS_MODE = -Sv:M510
|
---|
| 14 | ! endif
|
---|
| 15 | ! if "$(AS_MODE)" != "M600"
|
---|
| 16 | _AS_MODE = -Sv:M600
|
---|
| 17 | ! endif
|
---|
| 18 | ! if "$(AS_MODE)" != ""
|
---|
| 19 | ! if [$(ECHO) $(CLRERR)Error: Bad AS_MODE ($(AS_MODE)). Valid modes are ALP, M510 and M600.$(CLRRST)]
|
---|
| 20 | ! endif
|
---|
| 21 | ! error
|
---|
| 22 | ! endif
|
---|
| 23 | !else
|
---|
| 24 | _AS_MODE = -Sv:ALP
|
---|
| 25 | !endif
|
---|
| 26 |
|
---|
| 27 | _AS_OPTIONAL = $(_AS_MODE)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.