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