summaryrefslogtreecommitdiffstats
path: root/src/bind/makefile.in
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-07-23 10:54:01 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-07-23 10:54:01 +0000
commiteb7b26af09df66f30ba50058e9e4a583028cd81a (patch)
tree384f5487c22c5ff04379dae851289d6ebd3167fc /src/bind/makefile.in
parentGerman translation update (diff)
downloadinkscape-eb7b26af09df66f30ba50058e9e4a583028cd81a.tar.gz
inkscape-eb7b26af09df66f30ba50058e9e4a583028cd81a.zip
Remove the disabled script dialog and the nonfunctional Java binding
(bzr r12428)
Diffstat (limited to 'src/bind/makefile.in')
-rw-r--r--src/bind/makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/bind/makefile.in b/src/bind/makefile.in
deleted file mode 100644
index 90ed85bb4..000000000
--- a/src/bind/makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-@SET_MAKE@
-
-OBJEXT = @OBJEXT@
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) bind/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) bind/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)