Home
last modified time | relevance | path

Searched refs:HEADER_DIR (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/
Dmakefile165 HEADER_DIR := headers macro
166 HEADERS := $(shell if [ -d $(HEADER_DIR) ] ; then find $(HEADER_DIR) -iname "*.h" -type f | sed …
169 $(INCLUDE_DIR)/%: $(HEADER_DIR)/%
/CafeSDK-2.12.13/system/src/build/make/
Dmodulerules.mk688 HEADER_DIR := headers
689 HEADERS := $(shell if [ -d $(HEADER_DIR) ] ; then find $(HEADER_DIR) -iname "*.h" -type f | sed …
691 $(INCLUDE_DIR)/%: $(HEADER_DIR)/%
936 $(_@)if [ -d $(HEADER_DIR) ] ; then \