diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-08-31 16:05:13 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-08-31 16:05:13 +0000 |
| commit | 14f607efe6cb318756d74604c3cd6810799b5434 (patch) | |
| tree | fd4eed3ffaeab8be48006e8c652f89fae21848ae /src/libunicode-convert/makefile.in | |
| parent | Merge in pdf work by david bild, thanks David\! (diff) | |
| download | inkscape-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.in | 17 |
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) |
