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

[project @ 1997-03-24 02:50:26 by sof]

Install variables set up
parent 32e5291f
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.5 1997/03/20 22:21:55 sof Exp $
# $Id: Makefile,v 1.6 1997/03/24 02:50:26 sof Exp $
TOP=../..
include $(TOP)/mk/boilerplate.mk
WAYS=
override WAYS=
DYN_LOADABLE_BITS = \
parse-gcstats.prl \
process-gcstats.prl
......@@ -16,7 +16,7 @@ SCRIPT_OBJS=stat2resid.prl
#
INSTALLING=0
SCRIPT_SUBST_VARS=TMPDIR SCRIPT_PATH
SCRIPT_SUBST_VARS=TMPDIR
INTERP=perl
CLEAN_FILES += $(SCRIPT_PROG)
......@@ -29,18 +29,14 @@ CLEAN_FILES += $(SCRIPT_PROG)
ifeq "$(INSTALLING)" "1"
ifeq "$(BIN_DIST)" "1"
SCRIPT_PREFIX_FILES += prefix.txt
else
INSTLIBDIR_GHC:=$(libdir)
endif
else
INSTLIBDIR_GHC:=$(FPTOOLS_TOP_ABS)/ghc/utils/stat2resid
endif
#
# install setup
#
INSTALL_LIBS += $(DYN_LOADABLE_BITS)
INSTALL_PROGS += $(SCRIPT_PROG)
INSTALL_LIBS += $(DYN_LOADABLE_BITS)
INSTALL_SCRIPTS += $(SCRIPT_PROG)
#
......
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