diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2012-09-23 17:16:23 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2012-09-23 17:16:23 +0000 |
| commit | 232af17364d232f01139e834bb27be16555b42e9 (patch) | |
| tree | 25c81b7948265e4a02b9a82115fc52bf606751c5 /src/libunicode-convert/makefile.in | |
| parent | Fixes bug #1002351: configure.ac warnings on newer autoconf (diff) | |
| download | inkscape-232af17364d232f01139e834bb27be16555b42e9.tar.gz inkscape-232af17364d232f01139e834bb27be16555b42e9.zip | |
Add libunicode-convert: routines for converting between Unicode and nonunicode fonts
(bzr r11668.1.7)
Diffstat (limited to 'src/libunicode-convert/makefile.in')
| -rw-r--r-- | src/libunicode-convert/makefile.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libunicode-convert/makefile.in b/src/libunicode-convert/makefile.in new file mode 100644 index 000000000..ca0d7dc1e --- /dev/null +++ b/src/libunicode-convert/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) libunicode-convert/all + +clean %.a %.$(OBJEXT): + cd .. && $(MAKE) libunicode-convert/$@ + +.PHONY: all clean + +.SUFFIXES: +.SUFFIXES: .a .$(OBJEXT) |
