summaryrefslogtreecommitdiffstats
path: root/ffi/Makefile
AgeCommit message (Expand)Author
2020-10-14Fix `make install` on both BSD and Linux.Wiktor Kwapisiewicz
2020-10-14Make other BSD systems use ginstall too.Wiktor Kwapisiewicz
2020-10-14Modified conditional to set INSTALL executable to ginstall for FreeBSD.phryk
2020-09-28ffi: only build during build-release target instead of installingLevente Polyak
2020-06-18Improve install target.Justus Winter
2020-06-08openpgp-ffi, ffi: Fix pkgconfig files.Hartmut Goebel
2020-02-13openpgp-ffi, ffi: Always remake all examples.Justus Winter
2019-03-22Fix build on macOS.Justus Winter
2019-01-29ffi,openpgp-ffi: Install .pc files in target directory.Neal H. Walfield
2019-01-17ffi: Drop superfluous cleanup of sequoia.pc.Justus Winter
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
2018-11-26ffi: Fix installation.Justus Winter
2018-09-08Change Makefiles to support CARGO_TARGET_DIR.Neal H. Walfield
2018-08-16ffi: Generate a pkgconfig file for the debug build.Justus Winter
2018-08-16ffi: Fix pkgconfig generation.Justus Winter
2018-07-20ffi: Improve Makefile.Justus Winter
2018-04-09ffi: Install the shared object using the name 'sequoia_ffi'.Justus Winter
2018-04-04Make version parsing more robust.Justus Winter
2018-03-23ffi: Build and install a pkg-config file.Justus Winter
2018-03-23ffi: Build a shared object and a library archive.Justus Winter
2018-03-23ffi: Move install rules to ffi/Makefile.Justus Winter
2018-03-13Add a Makefile.Justus Winter