Lines Matching refs:dylib
120 dylib = "{{root_out_dir}}/{{target_output_name}}{{output_extension}}" # eg "./libfoo.dylib"
121 rspfile = dylib + ".rsp"
131 tocname = dylib + ".TOC"
132 temporary_tocname = dylib + ".tmp"
134 …does_reexport_command = "[ ! -e $dylib -o ! -e $tocname ] || otool -l $dylib | grep -q LC_REEXPORT…
135 link_command = "$ld -shared {{ldflags}} -o $dylib -Wl,-filelist,$rspfile {{solibs}} {{libs}}"
137 …extract_toc_command = "{ otool -l $dylib | grep LC_ID_DYLIB -A 5; nm -gP $dylib | cut -f1-2 -d' ' …
148 default_output_extension = ".dylib"
157 # Tell GN about the output files. It will link to the dylib but use the
160 dylib,
163 link_output = dylib