aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Allow overriding plugin installation directoryDaniel Gröber2022-01-081-3/+3
| | | | | | | | | | | Currently we install the plugin into /usr/share since this is where yosys loads from, however this violates the FHS as only architecture-independent data is supposed to be installed in share. Until this is reolved properly at least allow overriding the plugin installation directory explicitly using make variables on the command line. See YosysHQ/yosys#3151
* Support installing into $DESTDIRDaniel Gröber2022-01-081-2/+3
| | | | | This makes packaging easier for distributions as installation is usually staged in a temporary directory when building intallable packages.
* Makefile: add dependenciesTristan Gingold2021-11-271-0/+2
|
* ghdl.cc: display compile date and git hashTristan Gingold2021-10-031-1/+3
|
* Makefile: use CFLAGS/LDFLAGS from environmentXiretza2021-03-131-2/+1
|
* Run testsuite in Travis CI with docker images (#31)1138-4EB2019-08-161-5/+3
| | | | | | | | | | | | * makefile: use '--build' shortcut to build ghdl.so * move: rename subdir 'ghdl' to 'src' * travis: add travis config file, build script and utils script * testsuite: do not call ghdl explicitly * readme: update
* Use libghdl to build the module. Update instructions.Tristan Gingold2019-08-151-10/+8
|
* Build with libghdl (WIP).Tristan Gingold2019-08-141-1/+1
|
* Makefile: add install target.Tristan Gingold2019-07-031-4/+11
|
* Makefile: add -fPIC and clean target.Tristan Gingold2017-02-111-2/+22
|
* Add Makefile to build ghdl as a yosys module.Tristan Gingold2017-02-101-0/+11