macros.mk (cdf0e10c) macros.mk (534c536d)
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

--- 6 unchanged lines hidden (view full) ---

15E *:= .exe # Executables
16F *:= .for # Fortran
17O *:= .obj # Objects
18P *:= .pas # Pascal
19S *:= .asm # Assembler sources
20V *:= # RCS suffix
21
22.MKSARGS *:= yes
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

--- 6 unchanged lines hidden (view full) ---

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
23RM *= rm
24MV *= mv
25DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
26__.DIVSEP-sh-yes !:= \\\
27__.DIVSEP-sh-no !:= \\
28
29NAMEMAX = 256
30
25DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
26__.DIVSEP-sh-yes !:= \\\
27__.DIVSEP-sh-no !:= \\
28
29NAMEMAX = 256
30