summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-04-07 22:55:28 +0000
committerroot <root@jtx.marker.es>2013-04-07 22:55:28 +0000
commit2a873d7b420826f8d0e19d8a03f2b0efbbcac5c9 (patch)
tree7548e01326de0430da6a8c461e76babebc208a74 /src
parentChange width only for selected nodes by widget (diff)
downloadinkscape-2a873d7b420826f8d0e19d8a03f2b0efbbcac5c9.tar.gz
inkscape-2a873d7b420826f8d0e19d8a03f2b0efbbcac5c9.zip
adding fixed files from trunk
(bzr r11950.1.84)
Diffstat (limited to 'src')
-rw-r--r--src/libavoid/makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libavoid/makefile b/src/libavoid/makefile
new file mode 100644
index 000000000..e4f83a52d
--- /dev/null
+++ b/src/libavoid/makefile
@@ -0,0 +1,17 @@
+# 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)