Home
last modified time | relevance | path

Searched refs:SRCDIR (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DMakefile.in56 SRCDIR=
395 crc32.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)crc32.h
396 deflate.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h
397 infback.o inflate.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflate.…
398 inffast.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflate.h $(SRCDIR
400 trees.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
405 crc32.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)crc32.h
406 deflate.lo: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h
407 …nfback.lo inflate.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflat…
408 inffast.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflate.h $(SRCDI…
[all …]
A Dconfigure22 SRCDIR=`dirname $0`
23 if test $SRCDIR = "."; then
26 SRCDIR=""
30 SRCDIR="$SRCDIR/"
43 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
46 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
559 cp -p ${SRCDIR}zconf.h.in zconf.h
853 echo SRCDIR = $SRCDIR >> configure.log
863 sed < ${SRCDIR}Makefile.in "
880 /^SRCDIR *=/s#=.*#=$SRCDIR#
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Diosbuild.sh33 readonly SRCDIR=$(dirname $0)
59 if [[ ! -e ${SRCDIR}/configure ]]; then
60 if ! (cd ${SRCDIR} && sh autogen.sh); then
104 ${SRCDIR}/configure --host=${ARCH}-apple-darwin --prefix=${ROOTDIR} \
105 --build=$(${SRCDIR}/config.guess) \
125 cp -a ${SRCDIR}/src/webp/{decode,encode,types}.h ${TARGETDIR}/Headers/
128 cp -a ${SRCDIR}/src/webp/{decode,types}.h ${DECTARGETDIR}/Headers/
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dgensrc.cmake.in12 set(SRCDIR "@CMAKE_CURRENT_SOURCE_DIR@") variable
26 COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
28 "${SRCDIR}/pngconf.h" "-"
29 "${SRCDIR}/scripts/pnglibconf.dfa"
36 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
53 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
55 ${SRCDIR}/pngconf.h ${SRCDIR}/scripts/pnglibconf.dfa
56 ${SRCDIR}/pngusr.dfa ${DFA_XTRA}
63 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
87 s=2 "${SRCDIR}/scripts/macro.lst"
A Dgenchk.cmake.in12 set(SRCDIR "@CMAKE_CURRENT_SOURCE_DIR@") variable
26 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/checksym.awk"
27 "${SRCDIR}/scripts/${INPUTBASE}.def"
A Dgenout.cmake.in12 set(SRCDIR "@CMAKE_CURRENT_SOURCE_DIR@") variable
64 "-I${SRCDIR}"
81 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/dfn.awk"
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Dcommon.sh5 SRCDIR=`dirname $0`
6 SRCDIR=`cd $SRCDIR && pwd`
9 IMAGES="${SRCDIR}/images"

Completed in 14 milliseconds