From: ishmal Date: Wed, 12 Apr 2006 13:45:39 +0000 (+0000) Subject: Replaced X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88cc8e0d3ce8801014fe788e72309f4c4fc4f0ac;p=inkscape.git Replaced --- diff --git a/src/dom/makefile.in b/src/dom/makefile.in new file mode 100644 index 000000000..857ab7c66 --- /dev/null +++ b/src/dom/makefile.in @@ -0,0 +1,17 @@ +# Convenience stub makefile to call the real Makefile. + +@SET_MAKE@ + +# Explicit so that it's the default rule. +all: + cd .. && $(MAKE) dom/all + +clean %.a %.o: + cd .. && $(MAKE) dom/$@ + +.PHONY: all clean + +OBJEXT = @OBJEXT@ + +.SUFFIXES: +.SUFFIXES: .a .$(OBJEXT)