Add build framework for OCaml, Perl, Python bindings.
authorRichard Jones <rjones@redhat.com>
Tue, 23 Feb 2010 10:36:51 +0000 (10:36 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 24 Feb 2010 18:51:04 +0000 (18:51 +0000)
commitaa5d6c138b55e25994ac723e94f32b009366927c
tree7f44afd830cd788d9ff99a8ddb7881da083e5ef3
parentffd32d61d4fad969a6a0baec8c15774eac5ea2e2
Add build framework for OCaml, Perl, Python bindings.

(No bindings are actually built, this just adds the build, test
and generator framework for them).
16 files changed:
.gitignore
Makefile.am
autogen.sh
configure.ac
generator/generator.ml
ocaml/.depend [new file with mode: 0644]
ocaml/META.in [new file with mode: 0644]
ocaml/Makefile.am [new file with mode: 0644]
ocaml/t/hivex_005_load.ml [new file with mode: 0644]
perl/Makefile.PL.in [new file with mode: 0644]
perl/Makefile.am [new file with mode: 0644]
perl/run-perl-tests [new file with mode: 0755]
perl/typemap [new file with mode: 0644]
po/POTFILES.in
python/Makefile.am [new file with mode: 0644]
python/run-python-tests [new file with mode: 0755]