Home | History | Annotate | Download | only in build-aux

Lines Matching refs:framework

1800 # hookable option parser framework in ascii-betical order.
6685 framework)
6937 -framework)
6938 prev=framework
7027 # Rhapsody C and math libraries are in the System framework
7862 # Convert "-framework foo" to "foo.ltframework"
7864 tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
7872 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8546 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9119 # Rhapsody C library is in the System framework
9437 # On Rhapsody replace the C library with the System framework
9487 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
9490 newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9491 new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9492 deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
10203 # On Rhapsody replace the C library is the System framework
10221 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
10222 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
10223 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`