Searched refs:HOST_INCSDIR (Results 1 - 3 of 3) sorted by relevance

/src/tools/elftoolchain/common/sys/
H A DMakefile10 HOST_INCSDIR= ${TOOLDIR}/include/sys macro
20 install: .PHONY ${HOST_INCSDIR} .WAIT includes
22 ${HOST_INCSDIR}:
24 ${HOST_INSTALL_DIR} ${HOST_INCSDIR}
27 HOST_INCINSTFILES+= ${HOST_INCSDIR}/${_f}
28 ${HOST_INCSDIR}/${_f}: ${_f}
33 includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES}
/src/tools/elftoolchain/common/
H A DMakefile12 HOST_INCSDIR= ${TOOLDIR}/include macro
16 HOST_INCINSTFILES+= ${HOST_INCSDIR}/${_f}
17 ${HOST_INCSDIR}/${_f}: ${_f}
26 includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES}
/src/tools/compat/
H A DMakefile115 HOST_INCSDIR= ${TOOLDIR}/include macro
128 HOST_INCINSTFILES+= ${HOST_INCSDIR}/compat/${_f}
129 ${HOST_INCSDIR}/compat/${_f}: ${_f}
135 HOST_INCINSTDIRS+= ${HOST_INCSDIR}/compat/${_d}
136 ${HOST_INCSDIR}/compat/${_d}:
144 ${HOST_INSTALL_FILE} $$f ${HOST_INCSDIR}/compat/$$f ; \

Completed in 3 milliseconds