source: trunk/make/setup.optional.alp.mk@ 8889

Last change on this file since 8889 was 8423, checked in by bird, 23 years ago

Merged in latest changes.

File size: 550 bytes
Line 
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.