summaryrefslogtreecommitdiffstats
path: root/src/utest/makefile.in
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2008-12-30 16:19:18 +0000
committertweenk <tweenk@users.sourceforge.net>2008-12-30 16:19:18 +0000
commit8591819d7dfd94e245f81bb6e6b597dace39bbb2 (patch)
tree47681ad5dffe3ed582b7f22ef5d47917a17a1b8c /src/utest/makefile.in
parentadjust page height to suit AutoCad (diff)
downloadinkscape-8591819d7dfd94e245f81bb6e6b597dace39bbb2.tar.gz
inkscape-8591819d7dfd94e245f81bb6e6b597dace39bbb2.zip
Remove utest.
(bzr r7042)
Diffstat (limited to 'src/utest/makefile.in')
-rw-r--r--src/utest/makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/utest/makefile.in b/src/utest/makefile.in
deleted file mode 100644
index b634b81c7..000000000
--- a/src/utest/makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-@SET_MAKE@
-
-OBJEXT = @OBJEXT@
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) utest/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) utest/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)