summaryrefslogtreecommitdiffstats
path: root/src/libunicode-convert/makefile.in
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-08-31 16:05:13 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-08-31 16:05:13 +0000
commit14f607efe6cb318756d74604c3cd6810799b5434 (patch)
treefd4eed3ffaeab8be48006e8c652f89fae21848ae /src/libunicode-convert/makefile.in
parentMerge in pdf work by david bild, thanks David\! (diff)
downloadinkscape-14f607efe6cb318756d74604c3cd6810799b5434.tar.gz
inkscape-14f607efe6cb318756d74604c3cd6810799b5434.zip
Move libuemf to a separate directory.
Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)
Diffstat (limited to 'src/libunicode-convert/makefile.in')
-rw-r--r--src/libunicode-convert/makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libunicode-convert/makefile.in b/src/libunicode-convert/makefile.in
deleted file mode 100644
index ca0d7dc1e..000000000
--- a/src/libunicode-convert/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) libunicode-convert/all
-
-clean %.a %.$(OBJEXT):
- cd .. && $(MAKE) libunicode-convert/$@
-
-.PHONY: all clean
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)