summaryrefslogtreecommitdiffstats
path: root/src/libavoid
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-12-30 19:42:06 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-12-30 19:42:06 +0000
commitf2063b21523998891d43de384ef4ec4ec93c5516 (patch)
treed0645eaad734a676216b2d5c32fdc6512baae0a0 /src/libavoid
parentRefactorizing (diff)
downloadinkscape-f2063b21523998891d43de384ef4ec4ec93c5516.tar.gz
inkscape-f2063b21523998891d43de384ef4ec4ec93c5516.zip
Refactorizing
(bzr r11950.1.213)
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)