| 565 echo "# flags for target $target.name" >> "$TEMP_DIR/flags.mk" |
565 echo "# flags for target $target.name" >> "$TEMP_DIR/flags.mk" |
| 566 #else |
566 #else |
| 567 echo "configuring global target" |
567 echo "configuring global target" |
| 568 echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk" |
568 echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk" |
| 569 #end |
569 #end |
| 570 TEMP_CFLAGS="$CFLAGS" |
570 TEMP_CFLAGS= |
| 571 TEMP_CXXFLAGS="$CXXFLAGS" |
571 TEMP_CXXFLAGS= |
| 572 TEMP_LDFLAGS="$LDFLAGS" |
572 TEMP_LDFLAGS= |
| 573 |
573 |
| 574 #foreach( $dependency in $target.dependencies ) |
574 #foreach( $dependency in $target.dependencies ) |
| 575 if dependency_error_$dependency; then |
575 if dependency_error_$dependency; then |
| 576 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED ${dependency} " |
576 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED ${dependency} " |
| 577 ERROR=1 |
577 ERROR=1 |