diff options
author | Karl Wette <karl.wette@ligo.org> | 2014-04-16 12:05:33 +0200 |
---|---|---|
committer | Karl Wette <karl.wette@ligo.org> | 2014-04-16 12:06:02 +0200 |
commit | 3aacde4f5fd10b2504845f6b86171d9950671e17 (patch) | |
tree | ed66bd0fad047f04a0cd4de8972354825dac9fff /Examples/ruby | |
parent | 5934b08220f11c66f8128c75d54339ab84d4b972 (diff) | |
download | swig-3aacde4f5fd10b2504845f6b86171d9950671e17.tar.gz |
Whitespace cleanup of Example Makefiles
Diffstat (limited to 'Examples/ruby')
-rw-r--r-- | Examples/ruby/constants/Makefile | 2 | ||||
-rw-r--r-- | Examples/ruby/exception_class/Makefile | 2 | ||||
-rw-r--r-- | Examples/ruby/hashargs/Makefile | 4 | ||||
-rw-r--r-- | Examples/ruby/import/Makefile | 2 | ||||
-rw-r--r-- | Examples/ruby/import_template/Makefile | 2 | ||||
-rw-r--r-- | Examples/ruby/java/Makefile | 3 | ||||
-rw-r--r-- | Examples/ruby/operator/Makefile | 4 | ||||
-rw-r--r-- | Examples/ruby/std_vector/Makefile | 4 | ||||
-rw-r--r-- | Examples/ruby/template/Makefile | 4 |
9 files changed, 13 insertions, 14 deletions
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 |