Searched refs:SRC_DIR (Results 1 – 7 of 7) sorted by relevance
5 SRC_DIR=$(srctree)/Documentation/userspace-api/media macro16 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \17 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions20 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions24 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions27 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions30 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions33 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions36 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions39 $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions[all …]
3 SRC_DIR=$(srctree)/Documentation/media macro12 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \13 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions16 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions20 $(BUILDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.excep…
14 SRC_DIR=$(cd ${SRC_DIR}; pwd)15 cd "${SRC_DIR}"
2 SRC_DIR := $(TOPSRC_DIR)/pc-bios/optionrom macro3 VPATH = $(SRC_DIR)39 override LDFLAGS = -nostdlib -Wl,--build-id=none,-T,$(SRC_DIR)/flat.lds
2 VPATH=$(SRC_DIR)21 $(call quiet-command, $(LD) -nostdlib -e_start -T$(SRC_DIR)/vof.lds -EB -o $@ $^,Linking)
178 - local SRC_DIR="$( builtin cd "$( dirname "${BASH_SOURCE}" )" ; pwd -P )"179 - source ${SRC_DIR}/.venv/bin/activate183 …t-venv-deactivate 2>/dev/null && alias mycroft-venv-activate=\"source '${SRC_DIR}/venv-activate.sh…
28 SRC_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))