Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A DSConscript98 for cfile in staticsrc:
99 staticobj += [ staticenv.Object('static-' + cfile.replace('.c', ''), cfile) ]