Searched refs:TOPDIR (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dgetsrcs.sh22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
30 ./utils/llvmdo -topdir "$TOPDIR" \
H A Dcountloc.sh25 TOPDIR="$2"
28 TOPDIR=`llvm-config --src-root`
32 if test -d "$TOPDIR" ; then
33 cd $TOPDIR
34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
H A Dllvmgrep22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
35 ./utils/llvmdo -topdir "$TOPDIR" \
H A Dllvmdo46 TOPDIR="$2"
49 TOPDIR=`llvm-config --src-root`
167 if test -d "$TOPDIR" ; then
168 cd $TOPDIR
183 echo "Can't find LLVM top directory in $TOPDIR"
/macosx-10.10/curl-83.1.2/curl/packages/OS400/
H A Dmakefile.sh10 cd "${TOPDIR}"
32 for TEXT in "${TOPDIR}/COPYING" "${SCRIPTDIR}/README.OS400" \
33 "${TOPDIR}/CHANGES" "${TOPDIR}/docs/THANKS" "${TOPDIR}/docs/FAQ" \
34 "${TOPDIR}/docs/FEATURES" "${TOPDIR}/docs/SSLCERTS" \
35 "${TOPDIR}/docs/RESOURCES" "${TOPDIR}/docs/VERSIONS" \
36 "${TOPDIR}/doc
[all...]
H A Dinitscript.sh26 # The script directory is supposed to be in $TOPDIR/packages/os400.
28 TOPDIR=`dirname "${SCRIPTDIR}"`
29 TOPDIR=`dirname "${TOPDIR}"`
30 export SCRIPTDIR TOPDIR
35 < "${TOPDIR}/lib/Makefile.am"`
69 "${TOPDIR}/include/curl/curlver.h" |
72 "${TOPDIR}/include/curl/curlver.h" |
75 "${TOPDIR}/include/curl/curlver.h" |
78 "${TOPDIR}/includ
[all...]
H A Dmake-tests.sh9 cd "${TOPDIR}/tests"
47 INCLUDES="'${TOPDIR}/tests/libtest' '${TOPDIR}/lib'"
H A Dmake-include.sh8 cd "${TOPDIR}/include"
H A Dmake-lib.sh8 cd "${TOPDIR}/lib"
84 "${TOPDIR}"/include/curl/*.h \
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmakefile.dj7 TOPDIR = ..
/macosx-10.10/curl-83.1.2/curl/packages/DOS/
H A Dcommon.dj8 # Define TOPDIR before including this file.
89 LIBIDN_ROOT = $(TOPDIR)/../IDN/libidn
90 ARES_ROOT = $(TOPDIR)/ares
95 CFLAGS = -g -O2 -I. -I$(TOPDIR)/include -I$(TOPDIR)/lib \
/macosx-10.10/tidy-15.15/tidy/build/gmake/
H A DMakefile74 TOPDIR = ../.. macro
75 INCDIR = ${TOPDIR}/include
76 APPDIR = ${TOPDIR}/console
77 SRCDIR = ${TOPDIR}/src
79 LIBDIR = ${TOPDIR}/lib
80 BINDIR = ${TOPDIR}/bin
81 DOCDIR = ${TOPDIR}/htmldoc
229 if [ "$(OBJDIR)" != "$(TOPDIR)" -a -d $(OBJDIR) ]; then rmdir $(OBJDIR); fi
230 if [ "$(LIBDIR)" != "$(TOPDIR)" -a -d $(LIBDIR) ]; then rmdir $(LIBDIR); fi
231 if [ "$(BINDIR)" != "$(TOPDIR)"
[all...]
/macosx-10.10/curl-83.1.2/curl/src/
H A Dmakefile.dj8 TOPDIR = ..

Completed in 90 milliseconds