summaryrefslogtreecommitdiffstats
path: root/src/libavoid/makefile
diff options
context:
space:
mode:
authorArcadie M. Cracan <acracan@gmail.com>2009-12-02 21:26:56 +0000
committerArcadie M. Cracan <acracan@gmail.com>2009-12-02 21:26:56 +0000
commit89a5d9d34b73249c357fffae17c2989b6fdd6846 (patch)
tree7d8be8b419e57374e518b3e63c6b675ca82571d1 /src/libavoid/makefile
parentMerge GSoC2009 Connectors into trunk (diff)
downloadinkscape-89a5d9d34b73249c357fffae17c2989b6fdd6846.tar.gz
inkscape-89a5d9d34b73249c357fffae17c2989b6fdd6846.zip
Add forgotten libavoid files
(bzr r8856)
Diffstat (limited to 'src/libavoid/makefile')
-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)