From 179fa413b047bede6e32109e2ce82437c5fb8d34 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 16 Jan 2006 02:36:01 +0000 Subject: moving trunk for module inkscape (bzr r1) --- src/debug/makefile.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/debug/makefile.in (limited to 'src/debug/makefile.in') diff --git a/src/debug/makefile.in b/src/debug/makefile.in new file mode 100644 index 000000000..89533f16d --- /dev/null +++ b/src/debug/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) debug/all + +clean %.a %.o: + cd .. && $(MAKE) debug/$@ + +.PHONY: all clean + +OBJEXT = @OBJEXT@ + +.SUFFIXES: +.SUFFIXES: .a .$(OBJEXT) -- cgit v1.2.3