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
RevLine 
[9243]1# $Id: setup.os2as.mk,v 1.3 2002-09-14 23:35:27 bird Exp $
[9165]2
3#
4# Assembler fanout.
5#
6!ifdef AS_USE_MASM5
7# Alternate assembler: MASM v5.10
[9243]8MAKE_INCLUDE_AS_SETUP = $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allmasm510.mk
[9174]9! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allmasm510.mk
[9165]10!else
11# Default assembler: ALP
[9243]12MAKE_INCLUDE_AS_SETUP = $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allalp.mk
[9165]13!endif
[9243]14!include $(MAKE_INCLUDE_AS_SETUP)
[9165]15
Note: See TracBrowser for help on using the repository browser.