Lines Matching full:echo
37 echo '/* STUPIDH run:'
39 echo '*/'
40 echo ''
42 echo "/* Includes, from ${INCLUDE} */"
54 echo "#include <${xx}.h>"
55 XX=`echo $xx | tr '[a-z]' '[A-Z]'`
58 echo "#include <sys/${xx}.h>"
59 XX=`echo $xx | tr '[a-z]' '[A-Z]'`
68 echo "#define USE_${XX}_H"
69 echo "#define HAS_${XX}_H"
70 echo "#define HAS_${XX}"
71 echo "#define HAS${XX}"
72 echo "#define HAVE_${XX}_H"
73 echo "#define HAVE_${XX}"
74 echo "#define HAVE${XX}H"
75 echo "#define ${XX}H"
76 echo ''
81 echo "#ifdef _SYS_DIRENT_H"
82 echo "#undef _SYS_DIRENT_H"
83 echo "#endif"
89 # echo "if exist %INCLUDE%\\${xx}.h call xxx ${xx}"
90 # echo "if exist %INCLUDE%\\sys\\${xx}.h call xxx sys/${xx}"
370 echo '/* Re-including stupid.h */'
373 echo '/* Skipping stupid.h */'
376 XX=`echo $xx | tr '[a-z]' '[A-Z]'`
377 echo "#ifdef ${xx}" >> $FL
378 echo "\"${xx}\" = ${xx}" >> $FL
379 echo "#endif" >> $FL
380 echo "#ifdef _${xx}" >> $FL
381 echo "\"_${xx}\" = _${xx}" >> $FL
382 echo "#endif" >> $FL
383 echo "#ifdef _${xx}_" >> $FL
384 echo "\"_${xx}_\" = _${xx}_" >> $FL
385 echo "#endif" >> $FL
386 echo "#ifdef __${xx}" >> $FL
387 echo "\"__${xx}\" = __${xx}" >> $FL
388 echo "#endif" >> $FL
389 echo "#ifdef __${xx}__" >> $FL
390 echo "\"__${xx}__\" = __${xx}__" >> $FL
391 echo "#endif" >> $FL
392 echo "#ifdef ${XX}" >> $FL
393 echo "\"${XX}\" = ${XX}" >> $FL
394 echo "#endif" >> $FL
395 echo "#ifdef _${XX}" >> $FL
396 echo "\"_${XX}\" = _${XX}" >> $FL
397 echo "#endif" >> $FL
398 echo "#ifdef _${XX}_" >> $FL
399 echo "\"_${XX}_\" = _${XX}_" >> $FL
400 echo "#endif" >> $FL
401 echo "#ifdef __${XX}" >> $FL
402 echo "\"__${XX}\" = __${XX}" >> $FL
403 echo "#endif" >> $FL
404 echo "#ifdef __${XX}__" >> $FL
405 echo "\"__${XX}__\" = __${XX}__" >> $FL
406 echo "#endif" >> $FL
409 echo "#ifdef major" >> $FL
410 echo "\"major\" = major (x)" >> $FL
411 echo "\"minor\" = minor (x)" >> $FL
412 echo "#endif" >> $FL
413 echo "#ifdef FD_SETSIZE" >> $FL
414 echo "\"FD_SETSIZE\" = FD_SETSIZE" >> $FL
415 echo "#endif" >> $FL
419 echo '/* Compiler predefines:'
421 echo '*/'
443 echo '/* Architecture:'
445 echo '*/'