ifneq "${ANALYZE.c}" ""
scan.${1}: $${${1}_PLISTS}
endif
+
+ .PHONY: $(DIR)
+ $(DIR)/: ${1}
endef
# ADD_TARGET_RULE.a - Build a static library target.
ifneq "${ANALYZE.c}" ""
scan.${1}: $${${1}_PLISTS}
endif
+
+ .PHONY: $(DIR)
+ $(DIR)/: ${1}
endef
# ADD_TARGET_RULE.so - Build a ".so" target.
ifneq "${ANALYZE.c}" ""
scan.${1}: $${${1}_PLISTS}
endif
+
+ .PHONY: $(DIR)
+ $(DIR)/: ${1}
endef
# ADD_LOCAL_RULE.exe - Parametric "function" that adds a rule to build
$${${1}_LDFLAGS} $${${1}_OBJS} $${${1}_LOCAL_PRLIBS} \
$${LDLIBS} $${${1}_LDLIBS}
$(Q)$${${1}_POSTMAKE}
+
+ .PHONY: $(DIR)
+ $(DIR)/: ${1}
endef
# ADD_LOCAL_RULE.la - Parametric "function" that adds a rule to build