Lines Matching defs:PBIN
93 PBIN= $(PROTO_DIR)/usr/bin
102 COMPONENT_POST_INSTALL_ACTION += $(RM) $(PBIN)/emacs $(PBIN)/emacs-* ;
107 $(PBIN)/emacs-gtk ;
109 $(LN) $(PBIN)/emacs-gtk $(PBIN)/emacs-gtk-$(COMPONENT_VERSION) ;
114 $(PBIN)/emacs-nox ;
116 $(LN) $(PBIN)/emacs-nox $(PBIN)/emacs-nox-$(COMPONENT_VERSION) ;
121 $(PBIN)/emacs-x ;
123 $(LN) $(PBIN)/emacs-x $(PBIN)/emacs-x-$(COMPONENT_VERSION) ;
126 COMPONENT_POST_INSTALL_ACTION += $(CP) augment/emacs $(PBIN) ;
127 COMPONENT_POST_INSTALL_ACTION += $(CHMOD) +x $(PBIN)/emacs ;
135 COMPONENT_POST_INSTALL_ACTION += $(MV) $(PBIN)/ctags $(PBIN)/etags $(PGBIN) ;