summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-04-16 12:05:33 +0200
committerKarl Wette <karl.wette@ligo.org>2014-04-16 12:06:02 +0200
commit3aacde4f5fd10b2504845f6b86171d9950671e17 (patch)
treeed66bd0fad047f04a0cd4de8972354825dac9fff /Examples
parent5934b08220f11c66f8128c75d54339ab84d4b972 (diff)
downloadswig-3aacde4f5fd10b2504845f6b86171d9950671e17.tar.gz
Whitespace cleanup of Example Makefiles
Diffstat (limited to 'Examples')
-rw-r--r--Examples/android/class/Makefile2
-rw-r--r--Examples/android/extend/Makefile2
-rw-r--r--Examples/chicken/class/Makefile4
-rw-r--r--Examples/chicken/constants/Makefile8
-rw-r--r--Examples/chicken/multimap/Makefile8
-rw-r--r--Examples/chicken/overload/Makefile6
-rw-r--r--Examples/chicken/simple/Makefile8
-rw-r--r--Examples/go/constants/Makefile2
-rw-r--r--Examples/go/template/Makefile2
-rw-r--r--Examples/guile/constants/Makefile2
-rw-r--r--Examples/java/constants/Makefile2
-rw-r--r--Examples/java/native/Makefile2
-rw-r--r--Examples/java/template/Makefile2
-rw-r--r--Examples/java/typemap/Makefile2
-rw-r--r--Examples/lua/constants/Makefile4
-rw-r--r--Examples/lua/exception/Makefile2
-rw-r--r--Examples/lua/funcptr3/Makefile2
-rw-r--r--Examples/lua/functest/Makefile2
-rw-r--r--Examples/lua/functor/Makefile4
-rw-r--r--Examples/lua/import/Makefile2
-rw-r--r--Examples/lua/nspace/Makefile2
-rw-r--r--Examples/lua/pointer/Makefile2
-rw-r--r--Examples/modula3/class/Makefile2
-rw-r--r--Examples/modula3/enum/Makefile2
-rw-r--r--Examples/modula3/reference/Makefile2
-rw-r--r--Examples/modula3/simple/Makefile2
-rw-r--r--Examples/modula3/typemap/Makefile2
-rw-r--r--Examples/mzscheme/multimap/Makefile2
-rw-r--r--Examples/mzscheme/simple/Makefile2
-rw-r--r--Examples/mzscheme/std_vector/Makefile8
-rw-r--r--Examples/ocaml/contract/Makefile4
-rw-r--r--Examples/ocaml/scoped_enum/Makefile4
-rw-r--r--Examples/ocaml/shapes/Makefile2
-rw-r--r--Examples/ocaml/std_string/Makefile2
-rw-r--r--Examples/ocaml/std_vector/Makefile2
-rw-r--r--Examples/ocaml/stl/Makefile2
-rw-r--r--Examples/ocaml/string_from_ptr/Makefile4
-rw-r--r--Examples/ocaml/strings_test/Makefile2
-rw-r--r--Examples/perl5/funcptr/Makefile2
-rw-r--r--Examples/perl5/java/Makefile4
-rw-r--r--Examples/perl5/multimap/Makefile2
-rw-r--r--Examples/perl5/multiple_inheritance/Makefile4
-rw-r--r--Examples/perl5/pointer/Makefile2
-rw-r--r--Examples/perl5/reference/Makefile2
-rw-r--r--Examples/perl5/simple/Makefile2
-rw-r--r--Examples/perl5/value/Makefile2
-rw-r--r--Examples/perl5/variables/Makefile2
-rw-r--r--Examples/php/callback/Makefile2
-rw-r--r--Examples/php/extend/Makefile2
-rw-r--r--Examples/pike/constants/Makefile2
-rw-r--r--Examples/pike/template/Makefile4
-rw-r--r--Examples/python/callback/Makefile2
-rw-r--r--Examples/python/constants/Makefile2
-rw-r--r--Examples/python/contract/Makefile2
-rw-r--r--Examples/python/exception/Makefile2
-rw-r--r--Examples/python/exceptproxy/Makefile4
-rw-r--r--Examples/python/extend/Makefile2
-rw-r--r--Examples/python/functor/Makefile4
-rw-r--r--Examples/python/java/Makefile3
-rw-r--r--Examples/python/libffi/Makefile2
-rw-r--r--Examples/python/operator/Makefile4
-rw-r--r--Examples/python/smartptr/Makefile2
-rw-r--r--Examples/python/std_map/Makefile4
-rw-r--r--Examples/python/std_vector/Makefile4
-rw-r--r--Examples/python/swigrun/Makefile2
-rw-r--r--Examples/python/template/Makefile4
-rw-r--r--Examples/python/varargs/Makefile2
-rw-r--r--Examples/ruby/constants/Makefile2
-rw-r--r--Examples/ruby/exception_class/Makefile2
-rw-r--r--Examples/ruby/hashargs/Makefile4
-rw-r--r--Examples/ruby/import/Makefile2
-rw-r--r--Examples/ruby/import_template/Makefile2
-rw-r--r--Examples/ruby/java/Makefile3
-rw-r--r--Examples/ruby/operator/Makefile4
-rw-r--r--Examples/ruby/std_vector/Makefile4
-rw-r--r--Examples/ruby/template/Makefile4
-rw-r--r--Examples/tcl/java/Makefile3
-rw-r--r--Examples/tcl/operator/Makefile2
-rw-r--r--Examples/tcl/std_vector/Makefile2
79 files changed, 112 insertions, 115 deletions
diff --git a/Examples/android/class/Makefile b/Examples/android/class/Makefile
index 6155d9494..cef405ece 100644
--- a/Examples/android/class/Makefile
+++ b/Examples/android/class/Makefile
@@ -5,7 +5,7 @@ INTERFACE = example.i
INTERFACEDIR = jni/
PACKAGEDIR = src/org/swig
PACKAGENAME= org.swig.classexample
-SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/classexample
+SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/classexample
PROJECTNAME= SwigClass
TARGETID = 1
#INSTALLOPTIONS = -s # To install on SD Card
diff --git a/Examples/android/extend/Makefile b/Examples/android/extend/Makefile
index ec53013af..9b796494a 100644
--- a/Examples/android/extend/Makefile
+++ b/Examples/android/extend/Makefile
@@ -5,7 +5,7 @@ INTERFACE = example.i
INTERFACEDIR = jni/
PACKAGEDIR = src/org/swig
PACKAGENAME= org.swig.extendexample
-SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/extendexample
+SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/extendexample
PROJECTNAME= SwigExtend
TARGETID = 1
#INSTALLOPTIONS = -s # To install on SD Card
diff --git a/Examples/chicken/class/Makefile b/Examples/chicken/class/Makefile
index 1436d836f..cd445c867 100644
--- a/Examples/chicken/class/Makefile
+++ b/Examples/chicken/class/Makefile
@@ -1,12 +1,12 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
INTERFACE = example.i
-SRCS =
+SRCS =
CXXSRCS = example.cxx
TARGET = class
INCLUDE =
SWIGOPT =
-CFLAGS =
+CFLAGS =
VARIANT =
# uncomment the following lines to build a static exe (only pick one of the CHICKEN_MAIN lines)
diff --git a/Examples/chicken/constants/Makefile b/Examples/chicken/constants/Makefile
index 31e39d346..fe396733e 100644
--- a/Examples/chicken/constants/Makefile
+++ b/Examples/chicken/constants/Makefile
@@ -2,12 +2,12 @@ TOP = ../..
SWIG = $(TOP)/../preinst-swig
INTERFACE = example.i
SRCS =
-CXXSRCS =
+CXXSRCS =
TARGET = constants
INCLUDE =
-SWIGOPT =
-CFLAGS =
-VARIANT =
+SWIGOPT =
+CFLAGS =
+VARIANT =
# uncomment the following two lines to build a static exe
#CHICKEN_MAIN = runme.scm
diff --git a/Examples/chicken/multimap/Makefile b/Examples/chicken/multimap/Makefile
index eba36169d..d92cfede0 100644
--- a/Examples/chicken/multimap/Makefile
+++ b/Examples/chicken/multimap/Makefile
@@ -2,12 +2,12 @@ TOP = ../..
SWIG = $(TOP)/../preinst-swig
INTERFACE = example.i
SRCS = example.c
-CXXSRCS =
+CXXSRCS =
TARGET = multimap
INCLUDE =
-SWIGOPT =
-CFLAGS =
-VARIANT =
+SWIGOPT =
+CFLAGS =
+VARIANT =
# uncomment the following two lines to build a static exe
#CHICKEN_MAIN = runme.scm
diff --git a/Examples/chicken/overload/Makefile b/Examples/chicken/overload/Makefile
index e15352ec5..fb190e882 100644
--- a/Examples/chicken/overload/Makefile
+++ b/Examples/chicken/overload/Makefile
@@ -1,13 +1,13 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
INTERFACE = example.i
-SRCS =
+SRCS =
CXXSRCS = example.cxx
TARGET = overload
INCLUDE =
SWIGOPT = -proxy -unhideprimitive
-CFLAGS =
-VARIANT =
+CFLAGS =
+VARIANT =
# uncomment the following lines to build a static exe
#CHICKEN_MAIN = runme.scm
diff --git a/Examples/chicken/simple/Makefile b/Examples/chicken/simple/Makefile
index f8fb006a4..d0d737484 100644
--- a/Examples/chicken/simple/Makefile
+++ b/Examples/chicken/simple/Makefile
@@ -2,12 +2,12 @@ TOP = ../..
SWIG = $(TOP)/../preinst-swig
INTERFACE = example.i
SRCS = example.c
-CXXSRCS =
+CXXSRCS =
TARGET = simple
INCLUDE =
-SWIGOPT =
-CFLAGS =
-VARIANT =
+SWIGOPT =
+CFLAGS =
+VARIANT =
# uncomment the following two lines to build a static exe
#CHICKEN_MAIN = runme.scm
diff --git a/Examples/go/constants/Makefile b/Examples/go/constants/Makefile
index c232e9ed1..9fa967366 100644
--- a/Examples/go/constants/Makefile
+++ b/Examples/go/constants/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/go/template/Makefile b/Examples/go/template/Makefile
index 6796348a9..51cd97a80 100644
--- a/Examples/go/template/Makefile
+++ b/Examples/go/template/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/guile/constants/Makefile b/Examples/guile/constants/Makefile
index d8a3cfebd..2b6965e9e 100644
--- a/Examples/guile/constants/Makefile
+++ b/Examples/guile/constants/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = my-guile
INTERFACE = example.i
diff --git a/Examples/java/constants/Makefile b/Examples/java/constants/Makefile
index 97c5b673c..4e21fc4cd 100644
--- a/Examples/java/constants/Makefile
+++ b/Examples/java/constants/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/java/native/Makefile b/Examples/java/native/Makefile
index 29d5a082a..e858cbe77 100644
--- a/Examples/java/native/Makefile
+++ b/Examples/java/native/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/java/template/Makefile b/Examples/java/template/Makefile
index 97c5b673c..4e21fc4cd 100644
--- a/Examples/java/template/Makefile
+++ b/Examples/java/template/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/java/typemap/Makefile b/Examples/java/typemap/Makefile
index 29d5a082a..e858cbe77 100644
--- a/Examples/java/typemap/Makefile
+++ b/Examples/java/typemap/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/lua/constants/Makefile b/Examples/lua/constants/Makefile
index 51b83be2e..7e36e15a1 100644
--- a/Examples/lua/constants/Makefile
+++ b/Examples/lua/constants/Makefile
@@ -1,9 +1,9 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
-LIBS =
+LIBS =
check: build
$(MAKE) -f $(TOP)/Makefile lua_run
diff --git a/Examples/lua/exception/Makefile b/Examples/lua/exception/Makefile
index 01bee5c6a..3dbebb4e5 100644
--- a/Examples/lua/exception/Makefile
+++ b/Examples/lua/exception/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
diff --git a/Examples/lua/funcptr3/Makefile b/Examples/lua/funcptr3/Makefile
index 00bfe7992..8b51e73e8 100644
--- a/Examples/lua/funcptr3/Makefile
+++ b/Examples/lua/funcptr3/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-LIBS =
+LIBS =
check: build
$(MAKE) -f $(TOP)/Makefile lua_run
diff --git a/Examples/lua/functest/Makefile b/Examples/lua/functest/Makefile
index 00bfe7992..8b51e73e8 100644
--- a/Examples/lua/functest/Makefile
+++ b/Examples/lua/functest/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-LIBS =
+LIBS =
check: build
$(MAKE) -f $(TOP)/Makefile lua_run
diff --git a/Examples/lua/functor/Makefile b/Examples/lua/functor/Makefile
index 9220dfe51..4e4edbfa5 100644
--- a/Examples/lua/functor/Makefile
+++ b/Examples/lua/functor/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile lua_run
diff --git a/Examples/lua/import/Makefile b/Examples/lua/import/Makefile
index 0bf47c1a5..0a9aebd57 100644
--- a/Examples/lua/import/Makefile
+++ b/Examples/lua/import/Makefile
@@ -2,7 +2,7 @@ TOP = ../..
SWIG = $(TOP)/../preinst-swig
SWIGOPT =
LIBS =
-
+
check: build
$(MAKE) -f $(TOP)/Makefile lua_run
diff --git a/Examples/lua/nspace/Makefile b/Examples/lua/nspace/Makefile
index 72129b1d6..57875ec49 100644
--- a/Examples/lua/nspace/Makefile
+++ b/Examples/lua/nspace/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
diff --git a/Examples/lua/pointer/Makefile b/Examples/lua/pointer/Makefile
index 00bfe7992..8b51e73e8 100644
--- a/Examples/lua/pointer/Makefile
+++ b/Examples/lua/pointer/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-LIBS =
+LIBS =
check: build
$(MAKE) -f $(TOP)/Makefile lua_run
diff --git a/Examples/modula3/class/Makefile b/Examples/modula3/class/Makefile
index 9976e6f80..af8e099cc 100644
--- a/Examples/modula3/class/Makefile
+++ b/Examples/modula3/class/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
PLATFORM = LINUXLIBC6
INTERFACE = example.i
diff --git a/Examples/modula3/enum/Makefile b/Examples/modula3/enum/Makefile
index a3b499823..a351cb1b9 100644
--- a/Examples/modula3/enum/Makefile
+++ b/Examples/modula3/enum/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
CONSTNUMERIC = example_const
diff --git a/Examples/modula3/reference/Makefile b/Examples/modula3/reference/Makefile
index 62183931e..1a5fdeb30 100644
--- a/Examples/modula3/reference/Makefile
+++ b/Examples/modula3/reference/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT = -c++
diff --git a/Examples/modula3/simple/Makefile b/Examples/modula3/simple/Makefile
index 6a0ca4f0e..6287dac20 100644
--- a/Examples/modula3/simple/Makefile
+++ b/Examples/modula3/simple/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/modula3/typemap/Makefile b/Examples/modula3/typemap/Makefile
index 6a0ca4f0e..6287dac20 100644
--- a/Examples/modula3/typemap/Makefile
+++ b/Examples/modula3/typemap/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
SWIGOPT =
diff --git a/Examples/mzscheme/multimap/Makefile b/Examples/mzscheme/multimap/Makefile
index d1b4a3f39..f8eeb72c3 100644
--- a/Examples/mzscheme/multimap/Makefile
+++ b/Examples/mzscheme/multimap/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile mzscheme_run
diff --git a/Examples/mzscheme/simple/Makefile b/Examples/mzscheme/simple/Makefile
index d1b4a3f39..f8eeb72c3 100644
--- a/Examples/mzscheme/simple/Makefile
+++ b/Examples/mzscheme/simple/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile mzscheme_run
diff --git a/Examples/mzscheme/std_vector/Makefile b/Examples/mzscheme/std_vector/Makefile
index 28b91158a..d2bf0a013 100644
--- a/Examples/mzscheme/std_vector/Makefile
+++ b/Examples/mzscheme/std_vector/Makefile
@@ -1,9 +1,9 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
GPP = `which g++`
MZC = test -n "/usr/bin/mzc" && /usr/bin/mzc
@@ -14,7 +14,7 @@ check: build
build:
$(SWIG) -mzscheme -c++ $(SWIGOPT) $(INTERFACE)
$(MZC) --compiler $(GPP) ++ccf "-I." --cc example_wrap.cxx
- $(MZC) --linker $(GPP) --ld $(TARGET).so example_wrap.o
-
+ $(MZC) --linker $(GPP) --ld $(TARGET).so example_wrap.o
+
clean:
$(MAKE) -f $(TOP)/Makefile mzscheme_clean
diff --git a/Examples/ocaml/contract/Makefile b/Examples/ocaml/contract/Makefile
index 91d39247e..1db93e38a 100644
--- a/Examples/ocaml/contract/Makefile
+++ b/Examples/ocaml/contract/Makefile
@@ -1,11 +1,11 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
MLFILE = example.ml
PROGFILE = example_prog.ml
-OBJS =
+OBJS =
check: build
$(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' ocaml_run
diff --git a/Examples/ocaml/scoped_enum/Makefile b/Examples/ocaml/scoped_enum/Makefile
index 4920e3b3b..e5de57ac2 100644
--- a/Examples/ocaml/scoped_enum/Makefile
+++ b/Examples/ocaml/scoped_enum/Makefile
@@ -1,11 +1,11 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
MLFILE = example.ml
PROGFILE = example_prog.ml
-OBJS =
+OBJS =
check: build
$(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' ocaml_run
diff --git a/Examples/ocaml/shapes/Makefile b/Examples/ocaml/shapes/Makefile
index 38230eb69..c1ab6507c 100644
--- a/Examples/ocaml/shapes/Makefile
+++ b/Examples/ocaml/shapes/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SWIGOPT =
+SWIGOPT =
SRCS = example.c
TARGET = example
INTERFACE = example.i
diff --git a/Examples/ocaml/std_string/Makefile b/Examples/ocaml/std_string/Makefile
index 0250cfd2d..89f997090 100644
--- a/Examples/ocaml/std_string/Makefile
+++ b/Examples/ocaml/std_string/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
PROGFILE = runme.ml
diff --git a/Examples/ocaml/std_vector/Makefile b/Examples/ocaml/std_vector/Makefile
index 0250cfd2d..89f997090 100644
--- a/Examples/ocaml/std_vector/Makefile
+++ b/Examples/ocaml/std_vector/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
PROGFILE = runme.ml
diff --git a/Examples/ocaml/stl/Makefile b/Examples/ocaml/stl/Makefile
index 545f3229a..a913611fb 100644
--- a/Examples/ocaml/stl/Makefile
+++ b/Examples/ocaml/stl/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
PROGFILE = runme.ml
diff --git a/Examples/ocaml/string_from_ptr/Makefile b/Examples/ocaml/string_from_ptr/Makefile
index f7b808934..6d344854a 100644
--- a/Examples/ocaml/string_from_ptr/Makefile
+++ b/Examples/ocaml/string_from_ptr/Makefile
@@ -1,12 +1,12 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SWIGOPT = -c++
-SRCS =
+SRCS =
TARGET = example
INTERFACE = foolib.i
MLFILE = foolib.ml
PROGFILE = example_prog.ml
-OBJS =
+OBJS =
check: build
$(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' ocaml_run
diff --git a/Examples/ocaml/strings_test/Makefile b/Examples/ocaml/strings_test/Makefile
index 14f55e0d9..49cc544ed 100644
--- a/Examples/ocaml/strings_test/Makefile
+++ b/Examples/ocaml/strings_test/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
PROGFILE = runme.ml
diff --git a/Examples/perl5/funcptr/Makefile b/Examples/perl5/funcptr/Makefile
index c4d100020..366b5897c 100644
--- a/Examples/perl5/funcptr/Makefile
+++ b/Examples/perl5/funcptr/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/perl5/java/Makefile b/Examples/perl5/java/Makefile
index b007cfdbb..ff3aab0e7 100644
--- a/Examples/perl5/java/Makefile
+++ b/Examples/perl5/java/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
@@ -15,7 +15,7 @@ build: Example.class
clean:
$(MAKE) -f $(TOP)/Makefile perl5_clean
- rm -f *.class Example.h
+ rm -f *.class Example.h
Example.class: Example.java
gcj -fPIC -C -c -g Example.java
diff --git a/Examples/perl5/multimap/Makefile b/Examples/perl5/multimap/Makefile
index c4d100020..366b5897c 100644
--- a/Examples/perl5/multimap/Makefile
+++ b/Examples/perl5/multimap/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/perl5/multiple_inheritance/Makefile b/Examples/perl5/multiple_inheritance/Makefile
index 18c3058f9..62355a82c 100644
--- a/Examples/perl5/multiple_inheritance/Makefile
+++ b/Examples/perl5/multiple_inheritance/Makefile
@@ -1,9 +1,9 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
-LIBS =
+LIBS =
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/perl5/pointer/Makefile b/Examples/perl5/pointer/Makefile
index c4d100020..366b5897c 100644
--- a/Examples/perl5/pointer/Makefile
+++ b/Examples/perl5/pointer/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/perl5/reference/Makefile b/Examples/perl5/reference/Makefile
index d33dd89fe..986fab86a 100644
--- a/Examples/perl5/reference/Makefile
+++ b/Examples/perl5/reference/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT = -noproxy
+SWIGOPT = -noproxy
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/perl5/simple/Makefile b/Examples/perl5/simple/Makefile
index c4d100020..366b5897c 100644
--- a/Examples/perl5/simple/Makefile
+++ b/Examples/perl5/simple/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/perl5/value/Makefile b/Examples/perl5/value/Makefile
index c4d100020..366b5897c 100644
--- a/Examples/perl5/value/Makefile
+++ b/Examples/perl5/value/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/perl5/variables/Makefile b/Examples/perl5/variables/Makefile
index c4d100020..366b5897c 100644
--- a/Examples/perl5/variables/Makefile
+++ b/Examples/perl5/variables/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile perl5_run
diff --git a/Examples/php/callback/Makefile b/Examples/php/callback/Makefile
index 08b2710b2..6f7e4ad27 100644
--- a/Examples/php/callback/Makefile
+++ b/Examples/php/callback/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile php_run
diff --git a/Examples/php/extend/Makefile b/Examples/php/extend/Makefile
index 08b2710b2..6f7e4ad27 100644
--- a/Examples/php/extend/Makefile
+++ b/Examples/php/extend/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile php_run
diff --git a/Examples/pike/constants/Makefile b/Examples/pike/constants/Makefile
index 9a882bd4d..c9385ce3b 100644
--- a/Examples/pike/constants/Makefile
+++ b/Examples/pike/constants/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
diff --git a/Examples/pike/template/Makefile b/Examples/pike/template/Makefile
index 73a31ee1a..e4fc945f7 100644
--- a/Examples/pike/template/Makefile
+++ b/Examples/pike/template/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile pike_run
diff --git a/Examples/python/callback/Makefile b/Examples/python/callback/Makefile
index 21e88adc5..684995801 100644
--- a/Examples/python/callback/Makefile
+++ b/Examples/python/callback/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/constants/Makefile b/Examples/python/constants/Makefile
index 505f199de..15ffa24c9 100644
--- a/Examples/python/constants/Makefile
+++ b/Examples/python/constants/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
diff --git a/Examples/python/contract/Makefile b/Examples/python/contract/Makefile
index a44887736..999521ccc 100644
--- a/Examples/python/contract/Makefile
+++ b/Examples/python/contract/Makefile
@@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/exception/Makefile b/Examples/python/exception/Makefile
index b2b163e2e..fb200fbaf 100644
--- a/Examples/python/exception/Makefile
+++ b/Examples/python/exception/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
diff --git a/Examples/python/exceptproxy/Makefile b/Examples/python/exceptproxy/Makefile
index 06bce6543..86a643415 100644
--- a/Examples/python/exceptproxy/Makefile
+++ b/Examples/python/exceptproxy/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/extend/Makefile b/Examples/python/extend/Makefile
index 21e88adc5..684995801 100644
--- a/Examples/python/extend/Makefile
+++ b/Examples/python/extend/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/functor/Makefile b/Examples/python/functor/Makefile
index 6ef158379..dde0d0910 100644
--- a/Examples/python/functor/Makefile
+++ b/Examples/python/functor/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/java/Makefile b/Examples/python/java/Makefile
index 47b865dd1..12a9b512a 100644
--- a/Examples/python/java/Makefile
+++ b/Examples/python/java/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
@@ -20,4 +20,3 @@ clean:
Example.class: Example.java
gcj -fPIC -C -c -g Example.java
gcjh Example
-
diff --git a/Examples/python/libffi/Makefile b/Examples/python/libffi/Makefile
index e0620f62d..ae51b0a60 100644
--- a/Examples/python/libffi/Makefile
+++ b/Examples/python/libffi/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
diff --git a/Examples/python/operator/Makefile b/Examples/python/operator/Makefile
index 6ef158379..dde0d0910 100644
--- a/Examples/python/operator/Makefile
+++ b/Examples/python/operator/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/smartptr/Makefile b/Examples/python/smartptr/Makefile
index 140d482c9..aaba9cbbc 100644
--- a/Examples/python/smartptr/Makefile
+++ b/Examples/python/smartptr/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/std_map/Makefile b/Examples/python/std_map/Makefile
index 06bce6543..86a643415 100644
--- a/Examples/python/std_map/Makefile
+++ b/Examples/python/std_map/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/std_vector/Makefile b/Examples/python/std_vector/Makefile
index 06bce6543..86a643415 100644
--- a/Examples/python/std_vector/Makefile
+++ b/Examples/python/std_vector/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/swigrun/Makefile b/Examples/python/swigrun/Makefile
index fe9f64e94..c58f39caf 100644
--- a/Examples/python/swigrun/Makefile
+++ b/Examples/python/swigrun/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/template/Makefile b/Examples/python/template/Makefile
index 06bce6543..86a643415 100644
--- a/Examples/python/template/Makefile
+++ b/Examples/python/template/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile python_run
diff --git a/Examples/python/varargs/Makefile b/Examples/python/varargs/Makefile
index 505f199de..15ffa24c9 100644
--- a/Examples/python/varargs/Makefile
+++ b/Examples/python/varargs/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
diff --git a/Examples/ruby/constants/Makefile b/Examples/ruby/constants/Makefile
index e0f6a03ae..7af9ec89e 100644
--- a/Examples/ruby/constants/Makefile
+++ b/Examples/ruby/constants/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
diff --git a/Examples/ruby/exception_class/Makefile b/Examples/ruby/exception_class/Makefile
index 46bb7995d..f0ae7e573 100644
--- a/Examples/ruby/exception_class/Makefile
+++ b/Examples/ruby/exception_class/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
diff --git a/Examples/ruby/hashargs/Makefile b/Examples/ruby/hashargs/Makefile
index cee97f28e..3933cf279 100644
--- a/Examples/ruby/hashargs/Makefile
+++ b/Examples/ruby/hashargs/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile ruby_run
diff --git a/Examples/ruby/import/Makefile b/Examples/ruby/import/Makefile
index fc6a9f10f..cd7719b5c 100644
--- a/Examples/ruby/import/Makefile
+++ b/Examples/ruby/import/Makefile
@@ -2,7 +2,7 @@ TOP = ../..
SWIG = $(TOP)/../preinst-swig
SWIGOPT =
LIBS =
-
+
check: build
$(MAKE) -f $(TOP)/Makefile ruby_run
diff --git a/Examples/ruby/import_template/Makefile b/Examples/ruby/import_template/Makefile
index fc6a9f10f..cd7719b5c 100644
--- a/Examples/ruby/import_template/Makefile
+++ b/Examples/ruby/import_template/Makefile
@@ -2,7 +2,7 @@ TOP = ../..
SWIG = $(TOP)/../preinst-swig
SWIGOPT =
LIBS =
-
+
check: build
$(MAKE) -f $(TOP)/Makefile ruby_run
diff --git a/Examples/ruby/java/Makefile b/Examples/ruby/java/Makefile
index c06bfb7bf..4d2493493 100644
--- a/Examples/ruby/java/Makefile
+++ b/Examples/ruby/java/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
@@ -20,4 +20,3 @@ clean:
Example.class: Example.java
gcj -fPIC -C -c -g Example.java
gcjh Example
-
diff --git a/Examples/ruby/operator/Makefile b/Examples/ruby/operator/Makefile
index c7a21d0a4..5fd4b077b 100644
--- a/Examples/ruby/operator/Makefile
+++ b/Examples/ruby/operator/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile ruby_run
diff --git a/Examples/ruby/std_vector/Makefile b/Examples/ruby/std_vector/Makefile
index f7b148062..208a64495 100644
--- a/Examples/ruby/std_vector/Makefile
+++ b/Examples/ruby/std_vector/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile ruby_run
diff --git a/Examples/ruby/template/Makefile b/Examples/ruby/template/Makefile
index f7b148062..208a64495 100644
--- a/Examples/ruby/template/Makefile
+++ b/Examples/ruby/template/Makefile
@@ -1,10 +1,10 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile ruby_run
diff --git a/Examples/tcl/java/Makefile b/Examples/tcl/java/Makefile
index 1578dfd18..3a9212381 100644
--- a/Examples/tcl/java/Makefile
+++ b/Examples/tcl/java/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
@@ -23,4 +23,3 @@ run:
Example.class: Example.java
gcj -fPIC -C -c -g Example.java
gcjh Example
-
diff --git a/Examples/tcl/operator/Makefile b/Examples/tcl/operator/Makefile
index 6fa350bf0..6c91c3d21 100644
--- a/Examples/tcl/operator/Makefile
+++ b/Examples/tcl/operator/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = example
INTERFACE = example.i
LIBS = -lm
diff --git a/Examples/tcl/std_vector/Makefile b/Examples/tcl/std_vector/Makefile
index 9ff99e2f2..a150fc956 100644
--- a/Examples/tcl/std_vector/Makefile
+++ b/Examples/tcl/std_vector/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
-CXXSRCS =
+CXXSRCS =
TARGET = my_tclsh
DLTARGET = example
INTERFACE = example.i