project-am-makefile
Inheritance Tree:
eieio-speedbar
eieio-speedbar-directory-button
ede-project-placeholder
ede-project
See ede-project.
project-am-makefile
No children
8.7.7.1 Specialized Methods
Method: project-am-subtree :AFTER ampf subdir
Return the sub project in AMPF specified by SUBDIR.
Method: project-targets-for-file :AFTER proj
Return a list of targets the project PROJ.
Method: project-new-target :AFTER proj &optional name type
Create a new target named NAME. Argument TYPE is the type of target to insert. This is a string matching something in project-am-type-alist or type class symbol. Despite the fact that this is a method, it depends on the current buffer being in order to provide a smart default target type.