Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
aa282b85
Commit
aa282b85
authored
Aug 02, 2000
by
simonmar
Browse files
[project @ 2000-08-02 15:39:11 by simonmar]
Remove the old mkdependHS cruft.
parent
c4afba7e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
ghc/mk/config.mk
View file @
aa282b85
# -----------------------------------------------------------------------------
# $Id: config.mk,v 1.
8
2000/0
7/18 17:09:02
simonmar Exp $
# $Id: config.mk,v 1.
9
2000/0
8/02 15:39:11
simonmar Exp $
#
# GHC project configuration
#
...
...
@@ -11,8 +11,8 @@
GhcMainDir
=
ghc
GhcBinDistDirs
=
ghc hslibs
GhcBinDistDocs
=
docs ghc/docs/set
GhcBinDistPrlScripts
=
ghc-
$(ProjectVersion)
stat2resid
GhcBinDistLibPrlScripts
=
mkdependHS
GhcBinDistPrlScripts
=
ghc-
$(ProjectVersion)
GhcBinDistLibPrlScripts
=
ghc-asm ghc-split ghc-stats
GhcBinDistBins
=
hp2ps
include
$(GhcMainDir)/mk/version.mk
ghc/mk/paths.mk
View file @
aa282b85
# -----------------------------------------------------------------------------
# $Id: paths.mk,v 1.2
4
2000/0
7/18
1
7
:3
4:52 rrt
Exp $
# $Id: paths.mk,v 1.2
5
2000/0
8/02
1
5
:3
9:11 simonmar
Exp $
#
# ghc project specific make variables
#
...
...
@@ -25,7 +25,6 @@ GHC_INCLUDE_DIR := $(TOP)/includes
GHC_UTILS_DIR
:=
$(TOP)
/utils
GHC_INTERPRETER_DIR
:=
$(TOP)
/interpreter
GHC_MKDEPENDHS_DIR
:=
$(GHC_UTILS_DIR)
/mkdependHS
GHC_HSC_DIR
:=
$(GHC_COMPILER_DIR)
GHC_UNLIT_DIR
:=
$(GHC_UTILS_DIR)
/unlit
GHC_MANGLER_DIR
:=
$(GHC_DRIVER_DIR)
/mangler
...
...
@@ -33,7 +32,6 @@ GHC_SPLIT_DIR := $(GHC_DRIVER_DIR)/split
GHC_STAT_DIR
:=
$(GHC_DRIVER_DIR)
/stats
GHC_INPLACE
=
$(GHC_DRIVER_DIR)
/ghc-inplace
GHC_MKDEPENDHS
=
$(GHC_MKDEPENDHS_DIR)
/mkdependHS-inplace
GHC_HSC
=
$(GHC_HSC_DIR)
/hsc
$(EXE_SUFFIX)
GHC_UNLIT
=
$(GHC_UNLIT_DIR)
/unlit
$(EXE_SUFFIX)
GHC_MANGLER
=
$(GHC_MANGLER_DIR)
/ghc-asm
...
...
ghc/utils/mkdependHS/Makefile
deleted
100644 → 0
View file @
c4afba7e
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.21 2000/04/27 11:04:37 simonmar Exp $
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
INSTALLING
=
1
boot
::
all
SCRIPT_SUBST_VARS
=
\
TOP_PWD
\
INSTALLING
\
RAWCPP
\
HscIfaceFileVersion
INTERP
=
perl
INSTALLED_SCRIPT_PROG
=
mkdependHS
INPLACE_SCRIPT_PROG
=
mkdependHS-inplace
ifeq
"$(INSTALLING)" "1"
TOP_PWD
:=
$(prefix)
SCRIPT_PROG
=
$(INSTALLED_SCRIPT_PROG)
else
TOP_PWD
:=
$(FPTOOLS_TOP_ABS)
SCRIPT_PROG
=
$(INPLACE_SCRIPT_PROG)
endif
SCRIPT_OBJS
=
mkdependHS.prl
ifeq
"$(BIN_DIST)" "1"
SCRIPT_PREFIX_FILES
+=
prefix.txt
else
SCRIPT_SUBST_VARS
+=
libdir libexecdir datadir TMPDIR SED
endif
# don't recurse on 'make install'
#
ifeq
"$(INSTALLING)" "1"
all clean distclean mostlyclean maintainer-clean
::
$(MAKE)
INSTALLING
=
0
BIN_DIST
=
0
$(MFLAGS)
$@
endif
#
# install setup
#
INSTALL_LIB_SCRIPTS
+=
$(SCRIPT_PROG)
include
$(TOP)/mk/target.mk
ghc/utils/mkdependHS/mkdependHS.prl
deleted
100644 → 0
View file @
c4afba7e
This diff is collapsed.
Click to expand it.
ghc/utils/mkdependHS/prefix.txt
deleted
100644 → 0
View file @
c4afba7e
#
# This is a script for generating `make' dependencies for
# a set of Haskell source files.
#
# To configure this script to run on your system, you have
# to set the following three variables (if they have not already
# been set above):
#
#$libdir='/local/fp/bin/sparc-sun-solaris2/ghc-2.02';
#$datadir='/local/fp/share/ghc-2.02';
#
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment