Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Makefile.machinedepend

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


include Makefile.inc

THISLIB	= DErrNo
SEARCH	=
EXTRA_C_FLAGS	=
ifeq "$(findstring ghc, ${BUILDWITH})" "ghc"
EXTRA_H_FLAGS	=	+RTS -K4M -RTS
endif
ifeq "$(findstring hbc, ${BUILDWITH})" "hbc"
EXTRA_H_FLAGS	=	+RTS -H32M -A2M -RTS
endif
ifeq "${BUILDWITH}" "${CC}"
EXTRA_H_FLAGS	=	+RTS -H32M -RTS
endif
ifeq "$(findstring nhc98, ${BUILDWITH})" "nhc98"
EXTRA_H_FLAGS	=	+RTS -H32M -RTS
endif


SRCS	=


# Here are the main rules.
include ../../Makefile.common


# Here are the dependencies.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.