ede-proj-target-makefile-shared-object
Inheritance Tree:
eieio-speedbar
eieio-speedbar-directory-button
ede-target
See ede-target.
ede-proj-target
See ede-proj-target.
ede-proj-target-makefile
ede-proj-target-makefile-objectcode
See ede-proj-target-makefile-objectcode.
ede-proj-target-makefile-program
See ede-proj-target-makefile-program.
ede-proj-target-makefile-shared-object
No children
8.8.8.1 Specialized Methods
Method: ede-proj-configure-add-missing :AFTER this
Query if any files needed by THIS provided by automake are missing. Results in –add-missing being passed to automake.
Method: ede-proj-makefile-sourcevar :AFTER this
Return the variable name for THIS’s sources.
Method: ede-proj-makefile-insert-automake-post-variables :AFTER this
Insert bin_PROGRAMS variables needed by target THIS. We need to override -program which has an LDADD element.
Method: ede-proj-makefile-target-name :AFTER this
Return the name of the main target for THIS target.
Method: ede-proj-makefile-insert-automake-pre-variables :AFTER this
Insert bin_PROGRAMS variables needed by target THIS. We aren’t actually inserting SOURCE details, but this is used by the Makefile.am generator, so use it to add this important bin program.