source: trunk/make/setup.os2as.mk@ 10366

Last change on this file since 10366 was 9243, checked in by bird, 23 years ago

Improved dependencies on the makefiles.

File size: 414 bytes
Line 
1# $Id: setup.os2as.mk,v 1.3 2002-09-14 23:35:27 bird Exp $
2
3#
4# Assembler fanout.
5#
6!ifdef AS_USE_MASM5
7# Alternate assembler: MASM v5.10
8MAKE_INCLUDE_AS_SETUP = $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allmasm510.mk
9! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allmasm510.mk
10!else
11# Default assembler: ALP
12MAKE_INCLUDE_AS_SETUP = $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allalp.mk
13!endif
14!include $(MAKE_INCLUDE_AS_SETUP)
15
Note: See TracBrowser for help on using the repository browser.