diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-21 12:57:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-21 12:57:24 +0300 |
commit | f502005eb85b3c4931e4b1731af9c4617fe7d923 (patch) | |
tree | 8ea684a13aa42f8a78f721246bfef29bfdec82e1 /solenv | |
parent | 81bb70b6b9635a95a6fb0e83651f6bf708f12942 (diff) |
Bin OS/2 stuff
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/startup/OS2/macros.mk | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/solenv/inc/startup/OS2/macros.mk b/solenv/inc/startup/OS2/macros.mk deleted file mode 100644 index 2f1447e6e714..000000000000 --- a/solenv/inc/startup/OS2/macros.mk +++ /dev/null @@ -1,30 +0,0 @@ -# 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 - |