aboutsummaryrefslogtreecommitdiff
path: root/Source/Include/swigconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Include/swigconfig.h.in')
-rw-r--r--Source/Include/swigconfig.h.in19
1 files changed, 16 insertions, 3 deletions
diff --git a/Source/Include/swigconfig.h.in b/Source/Include/swigconfig.h.in
index 7a02d27fb..f5f3e6e18 100644
--- a/Source/Include/swigconfig.h.in
+++ b/Source/Include/swigconfig.h.in
@@ -1,6 +1,19 @@
-/* This file contains SWIG specific configuration data for those modules
+/* This -*-c-*- file contains SWIG specific configuration data for those modules
that care */
-#define SWIG_LIB "@prefix@/lib/swig1.3"
-#define SWIG_LANG TCL8
+/* Directory where to find the machine-independent SWIG files */
+#define SWIG_LIB "@-swig_lib-@"
+
+/* Default language */
+
+#define SWIG_LANG "-tcl"
+
+/* Values returned by swig when invoked with the -ldflags option */
+
+#define SWIG_PERL_RUNTIME "-L@-exec_prefix-@/lib -lswigpl@-release_suffix-@"
+#define SWIG_PYTHON_RUNTIME "-L@-exec_prefix-@/lib -lswigpy@-release_suffix-@"
+#define SWIG_TCL_RUNTIME "-L@-exec_prefix-@/lib -lswigtcl@-release_suffix-@"
+#define SWIG_RUBY_RUNTIME "-L@-exec_prefix-@/lib -lswigrb@-release_suffix-@"
+#define SWIG_GUILE_RUNTIME "-L@-exec_prefix-@/lib -lswigguile@-release_suffix-@"
+#define SWIG_PIKE_RUNTIME "-L@-exec_prefix-@/lib -lswigpike@-release_suffix-@"