src.dualinventive.com/fw/libdi_fw-tests/Makefile

19 lines
335 B
Makefile

# Be more quiet
ifneq ($(V),1)
Q := @
NQMAKE := $(MAKE) --no-print-directory
MAKE := $(Q)$(MAKE) --no-print-directory
NULL := 2>/dev/null
endif
default: debug
$(Q)echo 'done' $(NULL)
%:
$(Q)echo "=== Make DNCM $@"
$(MAKE) -C dncm $@
$(Q)echo "=== Make DUU $@"
$(MAKE) -C duu $@
$(Q)echo "=== Make CRM $@"
$(MAKE) -C crm $@