summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-15 22:45:37 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-15 22:45:37 +0200
commit91f450050335b747da2f4cd75260df7f9b36741c (patch)
tree406c3aea1d912a6027aa2ab4501a45666309d842 /bindings
parent505155d995ba77efe0a516f3b2ccf97cb2d0215d (diff)
downloadpacman-91f450050335b747da2f4cd75260df7f9b36741c.tar.gz
pacman-91f450050335b747da2f4cd75260df7f9b36741c.tar.xz
Fixed java includes - java bindings now compile
Diffstat (limited to 'bindings')
-rw-r--r--bindings/java/Makefile.in2
-rw-r--r--bindings/perl/alpm.i23
-rw-r--r--bindings/python/alpm.i23
3 files changed, 1 insertions, 47 deletions
diff --git a/bindings/java/Makefile.in b/bindings/java/Makefile.in
index 3619c0ba..4aed9345 100644
--- a/bindings/java/Makefile.in
+++ b/bindings/java/Makefile.in
@@ -1,7 +1,7 @@
top_srcdir = @top_srcdir@
prefix = @prefix@
-CFLAGS = $(subst -Werror,,@CFLAGS@)
+CFLAGS = $(subst -Werror,,@CFLAGS@) -I$(JAVA_HOME)/include/ -I$(JAVA_HOME)/include/linux/
CFLAGS += -fno-strict-aliasing # see the swig docs
ifeq ($(shell arch),x86_64)
CFLAGS += -fPIC
diff --git a/bindings/perl/alpm.i b/bindings/perl/alpm.i
deleted file mode 100644
index dc4d680e..00000000
--- a/bindings/perl/alpm.i
+++ /dev/null
@@ -1,23 +0,0 @@
-#if defined(SWIGPERL)
-%module "Alpm::Core"
-#else
-%module alpm
-#endif
-%include "cpointer.i"
-
-/* Wrap a class interface around a "long *" */
-%pointer_class(long, longp);
-
-/* Create casting functions */
-
-%pointer_cast(char *, long *, void_to_long);
-%pointer_cast(void *, char *, void_to_char);
-%pointer_cast(void *, unsigned long, void_to_unsigned_long);
-%pointer_cast(void *, PM_LIST *, void_to_PM_LIST);
-%pointer_cast(void *, PM_PKG *, void_to_PM_PKG);
-%pointer_cast(void *, PM_GRP *, void_to_PM_GRP);
-%pointer_cast(void *, PM_SYNCPKG *, void_to_PM_SYNCPKG);
-%pointer_cast(void *, PM_DB *, void_to_PM_DB);
-%pointer_cast(void *, PM_CONFLICT *, void_to_PM_CONFLICT);
-
-%include "alpm.h"
diff --git a/bindings/python/alpm.i b/bindings/python/alpm.i
deleted file mode 100644
index dc4d680e..00000000
--- a/bindings/python/alpm.i
+++ /dev/null
@@ -1,23 +0,0 @@
-#if defined(SWIGPERL)
-%module "Alpm::Core"
-#else
-%module alpm
-#endif
-%include "cpointer.i"
-
-/* Wrap a class interface around a "long *" */
-%pointer_class(long, longp);
-
-/* Create casting functions */
-
-%pointer_cast(char *, long *, void_to_long);
-%pointer_cast(void *, char *, void_to_char);
-%pointer_cast(void *, unsigned long, void_to_unsigned_long);
-%pointer_cast(void *, PM_LIST *, void_to_PM_LIST);
-%pointer_cast(void *, PM_PKG *, void_to_PM_PKG);
-%pointer_cast(void *, PM_GRP *, void_to_PM_GRP);
-%pointer_cast(void *, PM_SYNCPKG *, void_to_PM_SYNCPKG);
-%pointer_cast(void *, PM_DB *, void_to_PM_DB);
-%pointer_cast(void *, PM_CONFLICT *, void_to_PM_CONFLICT);
-
-%include "alpm.h"