1# ************************************************************* 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20# ************************************************************* 21# Define additional OS/2 specific macros. 22# 23 24# Process release-specific refinements, if any. 25# YD .INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/macros.mk 26 27# Directory entries are case incensitive 28.DIRCACHERESPCASE *:= no 29 30# tmp is already imported - use it! 31TMPDIR *= $(TMP) 32 33# Applicable suffix definitions 34A *:= .lib # Libraries 35E *:= .exe # Executables 36F *:= .for # Fortran 37O *:= .obj # Objects 38P *:= .pas # Pascal 39S *:= .asm # Assembler sources 40V *:= # RCS suffix 41 42.MKSARGS *:= yes 43RM *= rm 44MV *= mv 45DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}}) 46__.DIVSEP-sh-yes !:= \\\ 47__.DIVSEP-sh-no !:= \\ 48 49NAMEMAX = 256 50 51