Skip to content
Snippets Groups Projects
Commit e79bf06e authored by sof's avatar sof
Browse files

[project @ 1997-03-24 04:28:23 by sof]

Made WAYS immune
parent db8b5b57
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.11 1997/03/19 20:44:52 simonpj Exp $
# $Id: Makefile,v 1.12 1997/03/24 04:31:45 sof Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
#-----------------------------------------------------------------------------
# Building hsc different ways (default is just `normal' sequential)
WAYS=$(GhcCompilerWays)
override WAYS=$(GhcCompilerWays)
#-----------------------------------------------------------------------------
# Set SUBDIRS
......
......@@ -8,7 +8,7 @@ include $(TOP)/mk/boilerplate.mk
#
# Just to make sure, no ways stuff in here, please.
#
WAYS=
override WAYS=
# De-litted header files
LH_FILES=$(wildcard *.lh)
......@@ -95,7 +95,7 @@ boot :: all
# (ditto for interface files). This is not *really* needed, but
# it gives (perhaps) a cleaner binary dist structure..might change.
#
datadir:=$(libdir)/includes
override datadir:=$(libdir)/includes
INSTALL_DATAS += $(DELIT_H_FILES) $(H_FILES) $(TARGETPLATFORM).h $(H_CONFIG)
#
......
......@@ -4,6 +4,7 @@ include $(TOP)/mk/boilerplate.mk
#
# No ways stuff in here (and further below), please
#
override WAYS=
export WAYS=
ifneq "$(BIN_DIST_NAME)" ""
......
TOP=../..
include $(TOP)/mk/boilerplate.mk
WAYS=
override WAYS=
C_SRCS = $(wildcard *.c)
H_SRCS = $(wildcard *.h)
......
TOP=../..
include $(TOP)/mk/boilerplate.mk
WAYS=
override WAYS=
SCRIPT_PROG=hscpp
SCRIPT_OBJS=hscpp.prl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment