diff options
author | Tristan Gingold | 2014-11-02 13:54:34 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-11-02 13:54:34 +0100 |
commit | 88fff744247c4c1f8e886207c7997390b063af27 (patch) | |
tree | c30a36767ebcaff52b5923cec71d1bf736b40319 /translate/ghdldrv/Makefile | |
parent | 77dadd243e9ec21f9f60473291f2cf8d1fdcf289 (diff) | |
download | ghdl-88fff744247c4c1f8e886207c7997390b063af27.tar.gz ghdl-88fff744247c4c1f8e886207c7997390b063af27.tar.bz2 ghdl-88fff744247c4c1f8e886207c7997390b063af27.zip |
ortho-lang.c: get rid of expr.h (poisonned) and rewrite ortho_build_addr.
Diffstat (limited to 'translate/ghdldrv/Makefile')
-rw-r--r-- | translate/ghdldrv/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile index 888014b..ed94f02 100644 --- a/translate/ghdldrv/Makefile +++ b/translate/ghdldrv/Makefile @@ -163,19 +163,21 @@ install.standard: $(LIB93_DIR)/std/std_standard.o \ grt.links: cd ../lib; ln -sf $(GRTSRCDIR)/grt.lst .; ln -sf $(GRTSRCDIR)/libgrt.a .; ln -sf $(GRTSRCDIR)/grt.ver . -install.all: install.v87 install.v93 install.standard +install.all: install.v87 install.v93 install.v08 install.gcc: - $(MAKE) GHDL=ghdl_gcc install.v87 install.v93 install.v08 + $(MAKE) GHDL1=../ghdl1-gcc install.standard + $(MAKE) GHDL=ghdl_gcc install.all install.mcode: - $(MAKE) GHDL=ghdl_mcode install.v87 install.v93 install.v08 + $(MAKE) GHDL=ghdl_mcode install.all install.simul: - $(MAKE) GHDL=ghdl_simul install.v87 install.v93 install.v08 + $(MAKE) GHDL=ghdl_simul install.all install.llvm: - $(MAKE) GHDL=ghdl_llvm GHDL1=../ghdl1-llvm install.all + $(MAKE) GHDL1=../ghdl1-llvm install.standard + $(MAKE) GHDL=ghdl_llvm install.all clean: force $(RM) -f *.o *.ali ghdl_gcc ghdl_mcode ghdl_llvm ghdl_llvm_jit |