summaryrefslogtreecommitdiffstats
path: root/src/libuemf/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/libuemf/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/libuemf/makefile.in')
-rw-r--r--src/libuemf/makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libuemf/makefile.in b/src/libuemf/makefile.in
new file mode 100644
index 000000000..f1a595e1d
--- /dev/null
+++ b/src/libuemf/makefile.in
@@ -0,0 +1,17 @@
+# Convenience stub makefile to call the real Makefile.
+
+@SET_MAKE@
+
+OBJEXT = @OBJEXT@
+
+# Explicit so that it's the default rule.
+all:
+ cd .. && $(MAKE) libuemf/all
+
+clean %.a %.$(OBJEXT):
+ cd .. && $(MAKE) libuemf/$@
+
+.PHONY: all clean
+
+.SUFFIXES:
+.SUFFIXES: .a .$(OBJEXT)