summaryrefslogtreecommitdiff
path: root/solenv/inc/startup/OS2/macros.mk
blob: 2f1447e6e714a15d704340fc8a184878534101ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Define additional OS/2 specific macros.
#

# Process release-specific refinements, if any.
# YD .INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/macros.mk

# Directory entries are case incensitive
.DIRCACHERESPCASE *:= no

# tmp is already imported - use it!
TMPDIR *= $(TMP)

# Applicable suffix definitions
A *:= .lib	# Libraries
E *:= .exe	# Executables
F *:= .for	# Fortran
O *:= .obj	# Objects
P *:= .pas	# Pascal
S *:= .asm	# Assembler sources
V *:= 		# RCS suffix

.MKSARGS         *:= yes
RM               *=  $(ROOTDIR)$/bin$/rm
MV	            *=  $(ROOTDIR)$/bin$/mv
DIVFILE          *=  $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
__.DIVSEP-sh-yes !:= \\\
__.DIVSEP-sh-no  !:= \\

NAMEMAX		=	256