Lines Matching full:dsym
20 # directory 'p.dSYM'. This must be generated after the executable is
24 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are
25 # newer than their corresponding .dSYM directory.
28 if [ ! -e $$f.dSYM -o $$f -nt $$f.dSYM ] ; then \
48 rm -f $(inplacedir)/$$f.dSYM; \
49 ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
76 cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
82 rm -f $(DESTDIR)$(pkglibdir)/$$f.dSYM; \
88 rm -rf $$f.dSYM; \