aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-06 20:22:27 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-06 20:22:27 +0100
commit59ddac0209695d4f54c88f77e7a954feb5ab1aec (patch)
tree6447eab96df5c2e538a01347b54dec8216890e6a /Makefile.in
parent7f899ec4bc94c15f71be4a654bddc50d350e22bb (diff)
downloadghdl-59ddac0209695d4f54c88f77e7a954feb5ab1aec.tar.gz
ghdl-59ddac0209695d4f54c88f77e7a954feb5ab1aec.tar.bz2
ghdl-59ddac0209695d4f54c88f77e7a954feb5ab1aec.zip
Rewrite README.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index a3e58d433..64353db82 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,11 +62,13 @@ all: Makefile all.$(backend)
install: install.$(backend)
-all.mcode: ghdl.mcode libs.vhdl.mcode
+check: check.$(backend)
Makefile: $(srcdir)/Makefile.in
./config.status
+all.mcode: ghdl.mcode libs.vhdl.mcode
+
GRTSRCDIR=$(srcdir)/src/grt
include $(GRTSRCDIR)/Makefile.inc
@@ -208,7 +210,7 @@ install.vhdl.srcs:
done
install.vhdl.mcode: install.dirs #libs.vhdl.mcode
-# Create library dirs
+# Copy libraries and relocate source files.
for d in v08/ieee v08/std v87/ieee v87/std v87/synopsys \
v93/ieee v93/mentor v93/std v93/synopsys; do \
$(MKDIR) -p $(DESTDIR)$(VHDL_LIB_DIR)/$$d; \
@@ -221,7 +223,7 @@ install.vhdl.mcode: install.dirs #libs.vhdl.mcode
done
install.program: install.dirs ghdl.mcode
- $(INSTALL_PROGRAM) ghdl $(bindir)
+ $(INSTALL_PROGRAM) ghdl $(DESTDIR)$(bindir)
install.mcode: install.program install.vhdl.srcs install.vhdl.mcode