xref: /trunk/main/solenv/inc/startup/OS2/macros.mk (revision cdf0e10c)
1# Define additional OS/2 specific macros.
2#
3
4# Process release-specific refinements, if any.
5# YD .INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/macros.mk
6
7# Directory entries are case incensitive
8.DIRCACHERESPCASE *:= no
9
10# tmp is already imported - use it!
11TMPDIR *= $(TMP)
12
13# Applicable suffix definitions
14A *:= .lib	# Libraries
15E *:= .exe	# Executables
16F *:= .for	# Fortran
17O *:= .obj	# Objects
18P *:= .pas	# Pascal
19S *:= .asm	# Assembler sources
20V *:= 		# RCS suffix
21
22.MKSARGS         *:= yes
23RM               *=  $(ROOTDIR)$/bin$/rm
24MV	            *=  $(ROOTDIR)$/bin$/mv
25DIVFILE          *=  $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
26__.DIVSEP-sh-yes !:= \\\
27__.DIVSEP-sh-no  !:= \\
28
29NAMEMAX		=	256
30
31