Whitespace cleanup of Example Makefiles

This commit is contained in:
Karl Wette 2014-04-16 12:05:33 +02:00
commit 3aacde4f5f
79 changed files with 112 additions and 115 deletions

View file

@ -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