Function: ede-proj-makefile-insert-user-rules
ede-proj-makefile-insert-user-rules is a byte-compiled function
defined in pmake.el.gz.
Signature
(ede-proj-makefile-insert-user-rules ARG &rest ARGS)
Implementations
(ede-proj-makefile-insert-user-rules (THIS ede-proj-target)) in `ede/pmake.el'.
Insert user specified rules needed by THIS target.
(ede-proj-makefile-insert-user-rules (THIS ede-proj-project)) in `ede/pmake.el'.
Insert user specified rules needed by THIS target. This is different from `ede-proj-makefile-insert-rules' in that this function won't create the building rules which are auto created with automake.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/pmake.el.gz
(cl-defmethod ede-proj-makefile-insert-user-rules ((this ede-proj-project))
"Insert user specified rules needed by THIS target.
This is different from `ede-proj-makefile-insert-rules' in that this
function won't create the building rules which are auto created with
automake."
(mapc #'ede-proj-makefile-insert-user-rules (oref this inference-rules)))