Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
8612b9a9
Commit
8612b9a9
authored
Nov 25, 2007
by
Ian Lynagh
Browse files
Copy gmp stamps into bindists, so we don't try and rebuild gmp
parent
e1cf7f78
Changes
1
Hide whitespace changes
Inline
Side-by-side
gmp/Makefile
View file @
8612b9a9
...
...
@@ -45,18 +45,18 @@ BUILD_SHARED=no
endif
boot
::
stamp.gmp.static
BINDIST_STAMPS
=
stamp.gmp.static
INSTALL_HEADERS
+=
gmp.h
INSTALL_LIBS
+=
libgmp.a
ifeq
"$(BUILD_SHARED)" "yes"
boot
::
stamp.gmp.shared
BINDIST_STAMPS
+=
stamp.gmp.shared
INSTALL_LIBS
+=
libgmp.dll.a
INSTALL_PROGS
+=
libgmp-3.dll
endif
ifneq
"$(DOING_BIN_DIST)" "YES"
install all
::
$(INSTALL_HEADERS) $(INSTALL_LIBS) $(INSTALL_PROGS)
endif
stamp.gmp.static
:
$(RM)
-rf
$(GMP_DIR)
gmpbuild
...
...
@@ -120,6 +120,7 @@ binary-dist:
$(INSTALL_DATA)
Makefile
$(BIN_DIST_DIR)
/gmp/
ifneq
"$(HaveLibGmp)" "YES"
ifneq
"$(HaveFrameworkGMP)" "YES"
$(INSTALL_DATA)
$(BINDIST_STAMPS)
$(BIN_DIST_DIR)/gmp/
ifneq
"$(INSTALL_PROGS)" ""
$(INSTALL_DATA)
$(INSTALL_PROGS)
$(BIN_DIST_DIR)/gmp/
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