Lines Matching refs:dylib
125 dylib = "{{output_dir}}/{{target_output_name}}{{output_extension}}" # eg "./libfoo.dylib"
126 rspfile = dylib + ".rsp"
129 # (1) linking to produce a .dylib, (2) extracting the symbols from that
136 tocname = dylib + ".TOC"
137 temporary_tocname = dylib + ".tmp"
139 …does_reexport_command = "[ ! -e \"$dylib\" -o ! -e \"$tocname\" ] || otool -l \"$dylib\" | grep -q…
145 link_command += "{{ldflags}} -o \"$dylib\" -Wl,-filelist,\"$rspfile\" {{libs}} {{solibs}}"
148 …extract_toc_command = "{ otool -l \"$dylib\" | grep LC_ID_DYLIB -A 5; nm -gP \"$dylib\" | cut -f1-…
160 default_output_extension = ".dylib"
169 # Tell GN about the output files. It will link to the dylib but use the
172 dylib,
175 link_output = dylib