summaryrefslogtreecommitdiffstats
path: root/src/libavoid
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-07-02 03:42:25 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-07-02 03:42:25 +0000
commit70a0fd65c46064941696a5a9366547e1e9d020e2 (patch)
tree1fb73902d467d88b12e978b6de85c0f8f4ca7e9f /src/libavoid
parentPorted "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class. (diff)
parentShape calculations. do not quantize the coordinates. (Bug 168158) (diff)
downloadinkscape-70a0fd65c46064941696a5a9366547e1e9d020e2.tar.gz
inkscape-70a0fd65c46064941696a5a9366547e1e9d020e2.zip
Merge from trunk.
(bzr r12380.1.5)
Diffstat (limited to 'src/libavoid')
-rw-r--r--src/libavoid/makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libavoid/makefile b/src/libavoid/makefile
deleted file mode 100644
index e4f83a52d..000000000
--- a/src/libavoid/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-
-
-OBJEXT = o
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) libavoid/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) libavoid/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)