summaryrefslogtreecommitdiffstats
path: root/src/libavoid
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-04-19 06:48:12 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-04-19 06:48:12 +0000
commitb61a6eab38cd9a97aebec641c4484b872ca2905b (patch)
tree89400349f4e1665214a3609a5ec3bfc6d9cae51f /src/libavoid
parentRemove mesh tool active from source (diff)
downloadinkscape-b61a6eab38cd9a97aebec641c4484b872ca2905b.tar.gz
inkscape-b61a6eab38cd9a97aebec641c4484b872ca2905b.zip
Adding automatic removed files, Why it? I put again becasue are in branch
(bzr r11950.1.102)
Diffstat (limited to 'src/libavoid')
-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)