Home
last modified time | relevance | path

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

/openbmc/u-boot/Documentation/media/
H A DMakefile4 PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl macro
12 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
13 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
16 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
20 $(BUILDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.excep…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks/
H A Dmakefile-add-ldflags.patch14 ${SHLIB}: ${OBJS} ${COMMON}.o ${PARSER}.o
15 - ${SHCC} ${CFLAGS} ${INCLUDES} -nostdlib -shared -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DYN…
16 …LDFLAGS} ${INCLUDES} -nostdlib -shared -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DYNLIB_FLAGS}…