#-------------------------------*- makefile -*--------------------------------- ifneq ("$(WM_QUIET)","") E=@ define QUIET_MESSAGE @echo $1 ; endef QUIET_OP=-s else E= define QUIET_MESSAGE endef QUIET_OP= endif define DEFINE_TRANSFORM $(OBJECTS_DIR)/%.o : %$1 $(call QUIET_MESSAGE, " $(subst .,,$(1))too: $(value $@ #------------------------------------------------------------------------------