Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6c76fdf9
Commit
6c76fdf9
authored
Aug 27, 1998
by
simonm
Browse files
[project @ 1998-08-27 09:14:38 by simonm]
wibble
parent
656f6150
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6c76fdf9
############################################################################
#####
############################################################################
#
# fptools/Makefile
#
# This is the main Makefile for fptools.
#
############################################################################
#####
############################################################################
TOP
=
.
include
$(TOP)/mk/boilerplate.mk
...
...
@@ -17,7 +17,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME)
CURRENT_TARGET
=
$(MAKECMDGOALS)
SUBDIRS
=
$(
shell
if
(
test
x
$(CURRENT_TARGET)
=
xinstall
)
;
then
echo
$(ProjectsToInstall)
;
else
echo
$(ProjectsToBuild)
;
fi
)
ifneq
(
$(Project)
,
""
)
ifneq
"
$(Project)
"
""
include
$(shell echo $(Project) | tr A-Z a-z)/mk/config.mk
endif
...
...
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