summaryrefslogtreecommitdiff
path: root/bindings/Makefile
AgeCommit message (Collapse)Author
2019-02-07Add ruby bindingsMartin DeMello
2019-02-07Add separate python2 and python3 targets, and a flag for Qt version.Martin DeMello
2016-02-20Add PHP bindings, tested with PHP 5.6Gökçen Eraslan
2016-01-24bindings: Add a lua test file and compile with lua5.1 for luajit compatibility.Gökçen Eraslan
2016-01-08bindings: Clean up .so files as well.Gökçen Eraslan
2016-01-08bindings: Generate all bindings from static quackle libraries for convenience.Gökçen Eraslan
2016-01-07bindings/go: Set library path to current dirH. İbrahim Güngör
Use ${SRCDIR} directive to set library path as the current directory
2016-01-07bindings/go: Use `go` tool to generate go bindingsH. İbrahim Güngör
`go` tool can help build packages by recognizing `.swig` and `.swigcxx` extensions. It invokes the `swig` command internally while building the package.
2016-01-07Replace swig bash script with a Makefile.Gökçen Eraslan