makefile.in revision 9a26ae9ce4135b73a62ffe8db24b0c216541d2cf
# Convenience stub makefile to call the real Makefile.
@SET_MAKE@
OBJEXT = @OBJEXT@
# Explicit so that it's the default rule.
all:
cd .. && $(MAKE) extension/all
clean %.a %.$(OBJEXT):
cd .. && $(MAKE) extension/$@
.PHONY: all clean
.SUFFIXES:
.SUFFIXES: .a .$(OBJEXT)