xref: /aoo42x/main/solenv/inc/startup/OS2/macros.mk (revision 534c536d)
1cdf0e10cSrcweir# Define additional OS/2 specific macros.
2cdf0e10cSrcweir#
3cdf0e10cSrcweir
4cdf0e10cSrcweir# Process release-specific refinements, if any.
5cdf0e10cSrcweir# YD .INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/macros.mk
6cdf0e10cSrcweir
7cdf0e10cSrcweir# Directory entries are case incensitive
8cdf0e10cSrcweir.DIRCACHERESPCASE *:= no
9cdf0e10cSrcweir
10cdf0e10cSrcweir# tmp is already imported - use it!
11cdf0e10cSrcweirTMPDIR *= $(TMP)
12cdf0e10cSrcweir
13cdf0e10cSrcweir# Applicable suffix definitions
14cdf0e10cSrcweirA *:= .lib	# Libraries
15cdf0e10cSrcweirE *:= .exe	# Executables
16cdf0e10cSrcweirF *:= .for	# Fortran
17cdf0e10cSrcweirO *:= .obj	# Objects
18cdf0e10cSrcweirP *:= .pas	# Pascal
19cdf0e10cSrcweirS *:= .asm	# Assembler sources
20cdf0e10cSrcweirV *:= 		# RCS suffix
21cdf0e10cSrcweir
22cdf0e10cSrcweir.MKSARGS         *:= yes
23*534c536dSYuri DarioRM               *=  rm
24*534c536dSYuri DarioMV	         *=  mv
25cdf0e10cSrcweirDIVFILE          *=  $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
26cdf0e10cSrcweir__.DIVSEP-sh-yes !:= \\\
27cdf0e10cSrcweir__.DIVSEP-sh-no  !:= \\
28cdf0e10cSrcweir
29cdf0e10cSrcweirNAMEMAX		=	256
30cdf0e10cSrcweir
31