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