Lines Matching full:dylib
80 dylib = "{{output_dir}}/$soname" # e.g. "libfoo.dylib"
84 # (1) linking to produce a .dylib, (2) extracting the symbols from that
91 tocname = dylib + ".TOC"
92 temporary_tocname = dylib + ".tmp"
94 …does_reexport_command = "[ ! -e \"$dylib\" -o ! -e \"$tocname\" ] || otool -l \"$dylib\" | grep -q…
95 …pp_command -shared -Wl,-install_name,@rpath/\"$soname\" {{ldflags}} -o \"$dylib\" -Wl,-filelist,\"…
97 …extract_toc_command = "{ otool -l \"$dylib\" | grep LC_ID_DYLIB -A 5; nm -gP \"$dylib\" | cut -f1-…
103 description = "DYLIB {{output}}"
108 default_output_extension = ".dylib"
114 # Link to the dylib but have GN use the tocname for dependency management.
115 # Tell GN about the output files. It will link to the dylib but use the
118 dylib,
121 link_output = dylib