Home | History | Annotate | Download | only in dist

Lines Matching refs:framework

5286 	framework)
5527 -framework)
5528 prev=framework
5617 # Rhapsody C and math libraries are in the System framework
6422 # Convert "-framework foo" to "foo.ltframework"
6424 tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
6432 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
7106 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
7633 # Rhapsody C library is in the System framework
7951 # On Rhapsody replace the C library with the System framework
8001 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
8004 newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8005 new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8006 deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8716 # On Rhapsody replace the C library is the System framework
8734 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
8735 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8736 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`