Searched refs:topdir (Results 1 – 9 of 9) sorted by relevance
24 topdir = $(shell pwd)25 debdir = $(topdir)/debian27 builddir = $(topdir)/builddir85 sed s%$(topdir)/lib/et%/usr/share/comerr% \94 sed s%$(topdir)/lib/ss%/usr/share/ss% \115 install -p $(topdir)/doc/libext2fs_*.html \118 install -p $(topdir)/lib/et/com_err_*.html \122 install -p $(topdir)/doc/libext2fs.texinfo \124 install -p $(topdir)/lib/et/com_err.texinfo \139 install -p $(topdir)/lib/et/compile_et.1 $(maindir)/usr/man/man1/[all …]
30 topdir="${PWD%/*}"33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
35 topdir = ../..47 INCLUDES = -I./include -I$(topdir)/include -I$(OGG_INCLUDE_DIR)88 include $(topdir)/build/lib.mk
57 int topdir, xdev, depth, envsize;86 else if (TT.topdir != -1) rc = fchdir(TT.topdir); in flush_exec()211 if (TT.topdir != -1) in do_find()435 if (aa->dir && TT.topdir == -1) TT.topdir = xopen(".", 0); in do_find()516 TT.topdir = -1; in find_main()539 close(TT.topdir); in find_main()
53 topdir ?= $(shell pwd) macro54 debdir ?= ${topdir}/debian256 ${topdir}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \260 ${topdir}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \269 ${topdir}/configure ${MIPS_NOPIC_CONF_FLAGS} \272 ${topdir}/configure ${MIPS_NOPIC_CONF_FLAGS} \286 ${topdir}/configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \290 ${topdir}/configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \305 ${topdir}/configure ${STATIC_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \310 ${topdir}/configure ${STATIC_CONF_FLAGS} ${EXTRA_CONF_FLAGS} \[all …]
30 ./utils/llvmdo -topdir "$TOPDIR" \
34 …./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | …
35 ./utils/llvmdo -topdir "$TOPDIR" \
958 int topdir, xdev, depth, envsize; member