source: trunk/make/setup.os2ar.mk@ 9165

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

Added new tools. Restructured tools. More options. Fixes.

File size: 677 bytes
Line 
1# $Id: setup.os2ar.mk,v 1.1 2002-08-29 10:01:41 bird Exp $
2
3#
4# Archiver(/lib manager) fanout.
5#
6_AR_INCLUDED = 0
7!ifdef AR_USE_WLIB
8_AR_INCLUDED = 1
9! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allwlib.mk
10!endif
11!ifdef AR_USE_ILIB
12_AR_INCLUDED = 1
13! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allilib.mk
14!endif
15!ifdef AR_USE_LIB
16_AR_INCLUDED = 1
17! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)alllib.mk
18!endif
19
20# Use default one (for the given environment)
21!if !$(_AR_INCLUDED)
22! if "$(BUILD_ENV:WAT=xxx)" != "$(BUILD_ENV)" # (watcom check)
23! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allwlib.mk
24! else
25! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allilib.mk
26! endif
27!endif
28
Note: See TracBrowser for help on using the repository browser.