aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* libghdl: also add synthesis part. For #884Tristan Gingold2019-08-131-3/+5
|
* configure: add --enable-synth (off by default).Tristan Gingold2019-07-061-2/+3
|
* Makefile: automatically rebuild ghdlsynth_gates.h.Tristan Gingold2019-07-021-6/+13
|
* Makefile: add grt-cdynload in clean-cTristan Gingold2019-07-011-1/+2
|
* ghdl_jit: almost add ghdlsynthTristan Gingold2019-06-291-1/+1
|
* fix(makefile): conf.py does not exist anymore (#856)1138-4EB2019-06-251-1/+0
|
* Add uninstall targets. Fix #849Tristan Gingold2019-06-201-0/+36
|
* Makefile: add a dedicated target for libghdl-py.tgzTristan Gingold2019-06-201-4/+6
|
* openieee: use .vhdl extensionTristan Gingold2019-06-201-3/+3
|
* vhdl: install vhdl libraries using .vhdl extension.Tristan Gingold2019-06-201-1/+3
|
* Makefile: ghdllib also builds libghdlTristan Gingold2019-06-201-1/+1
|
* Rework libghdl build/install procedure (#840)1138-4EB2019-06-171-6/+16
| | | | | | | | | | | | | | | | | | * feat(libghdl): add libghdl_pkg.py, add option to generate libghdl-py.tgz with dist/travis/build.sh * libghdl*.so is now part of GHDL * move python sources to python/libghdl and python/pnodes * rename src/vhdl/python to src/vhdl/libghdl * add generation of tarball for libghdl-py to the makefile * deprecate --enable-python and --disable-python * add configuration option --disable-libghdl * feat(python/libghdl): add support for LIBGHDL_PREFIX (#844) * fix(travis): disable libghdl on mac * feat(python/libghdl): add support for GHDL_BIN_PATH and VUNIT_GHDL_PATH
* vhdl-formatters: Use vstrings to format into a string.Tristan Gingold2019-06-031-0/+3
|
* Makefile: rebuild setup.py in case of changes.Tristan Gingold2019-05-141-0/+3
|
* Makefile.in: add all.libghdlTristan Gingold2019-05-071-1/+2
|
* Add support for gcc-9.xTristan Gingold2019-05-061-1/+2
|
* Install `std.standard` package VHDL sourceTorsten Maehne2019-05-011-0/+4
| | | | | | | | The `std.standard` package VHDL source is generated with `ghdl --disp-standard --std=<87|93|08>` and redirected to `$PREFIX/lib/ghdl/src/std/standard.v<87|93|08>`. This fixes issue #802.
* configure: use default_pic instead of default_pie.Tristan Gingold2019-04-271-1/+6
| | | | | Adjust Makefile.in so that libgrt.a is built with pic only when default_pic is set.
* add configure option to enable default_pieumarcor2019-04-271-1/+1
|
* preserve externally set OPT_FLAGS, ADA_FLAGS and/or LIB_CFLAGSumarcor2019-04-251-3/+3
|
* grt: extract grt-dynload from grt-cvpiTristan Gingold2019-04-241-2/+3
|
* move algos to grt.Tristan Gingold2019-03-201-0/+1
|
* openieee: add minimal ieee 2008 library for --enable-openieeeTristan Gingold2018-12-311-2/+2
|
* make install: copy openieee library only if enabled.Tristan Gingold2018-11-241-2/+2
| | | | Fix #701
* Makefile: add libs.vhsl.debug-llvmTristan Gingold2018-10-211-0/+3
|
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-8/+8
| | | | Fix #651
* fix typo in Makefile.in: ortho-lang-8.c1138-4EB2018-06-051-1/+1
|
* Add support for gcc 8.1 as a backend.Tristan Gingold2018-06-021-1/+2
| | | | Fix #568
* Revert previous commit (use -$(MKDIR) in Makefile.in)Tristan Gingold2018-05-231-6/+6
| | | | This reverts commit 0d4bfcdca0e2cda064e82a7e9dfad323877c4c88.
* Update Makefile.inflip1112018-05-221-6/+6
| | | make fails if mkdir command fails. `-` in front of mkdir treats it as a success. This is useful when reusing existing `bin`-dir & friends. Or when building/installing ghdl a second time
* Makefile.in: Use INSTALL_PROGRAM for anything with SOEXTChristian Cornelssen2018-05-211-3/+3
| | | | | This sets x permissions. Without those, object loaders may complain, as Cygwin does when running testsuite/gna/issue450.
* Makefile.in: do not try to replace tarball.Tristan Gingold2018-04-211-5/+6
| | | | For #554
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-211-8/+12
|
* configure: add --enable-pythonTristan Gingold2018-03-071-1/+5
|
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-251-4/+4
| | | | For #521
* Makefile: Add install.vpi.local and mention it.Tristan Gingold2017-12-211-0/+5
|
* configure: allow user to override MAKE.Tristan Gingold2017-12-181-0/+1
|
* Makefile.in: fix typo.Tristan Gingold2017-12-181-1/+1
|
* Makefile.in: Updated all.gcc print statementsMartin Aberg2017-12-181-3/+3
| | | | The $(MAKE) variable is provided by Make itself.
* travis-ci: tentatively fix git --describe for version.Tristan Gingold2017-12-101-2/+2
|
* Makefile.in: add install for simul, use srcdir to include grt.Tristan Gingold2017-12-101-1/+7
|
* Makefiles: use GNATMAKE for llvm and grt.Tristan Gingold2017-10-191-1/+1
| | | | Tentative fix for #443.
* Also support gcc-6 (instead of only gcc 6.x).Tristan Gingold2017-10-041-4/+4
| | | | For #425
* Replace libmhdlsim by libghdl.Tristan Gingold2017-10-031-9/+4
|
* Makefile: also clean object files in pic/Tristan Gingold2017-10-021-0/+1
|
* travis: add gpl packagingTristan Gingold2017-08-271-3/+14
|
* Add --enable-openieee to configureTristan Gingold2017-08-191-0/+2
|
* Add clean-pure-gpl, allow to build with openieeeTristan Gingold2017-08-191-3/+13
|
* configure: add --disable-checksTristan Gingold2017-07-211-9/+12
|
* Define GHDL_GCC_BIN in Makefile.inTristan Gingold2017-05-301-1/+6
| | | | Fix #127