Made MKMF the default for HOST_HDEPENDS_CMD.

This commit is contained in:
Janet B. Anderson
2001-08-07 14:42:43 +00:00
parent 7119b68a3b
commit 4cb9d0b7d8
2 changed files with 8 additions and 1 deletions

View File

@@ -74,7 +74,8 @@ CXXCMPLR=STRICT
# Build shared libraries?
# (archive libraries will also be built)
# must be either YES or NO
# NOTE: CONFIG_SITE.Host.$(HOST_ARCH) files may override
# NOTE: os/CONFIG.$(EPICS_HOST_ARCH).$(EPICS_HOST_ARCH) files and
# os/CONFIG_SITE.$(EPICS_HOST_ARCH).$(EPICS_HOST_ARCH) files may override
#
# NOTE WIN32: YES results in a DLL. CONFIG_SITE.Host.WIN32
# distribution file contains YES override
@@ -102,6 +103,9 @@ HDEPENDS=YES
# CMPLR Note: On solaris and WIN32 hosts, gnu compilers gcc and g++
# are used to generate dependancy files for host builds,
# and they must be in your path.
# WIN32 Note: CONFIG.win32-x86.win32-x86 distribution file contains
# HOST_HDEPENDS_CMD=MKMF override
#
HOST_HDEPENDS_CMD=CMPLR
# Host build optimization

View File

@@ -34,6 +34,9 @@ HDEPENDS_FLAGS_CMPLR = -MM
HDEPENDS.c_CMPLR = gcc
HDEPENDS.cpp_CMPLR = g++
# override of CONFIG_SITE
HOST_HDEPENDS_CMD=MKMF
#
# Configure OS vendor C compiler
CC = cl