{% extends "linkage/base.html" %} {% block header %} {% endblock %} {% block content %}
 {% include "linkage/noscript.html" %}
Identify dependencies for a specific target file in a
target directory
(search for the file):
{{ testform.disable_static.label }}: {{ testform.disable_static }}
{{ testform.target_dir.label }}:
(Top-level directory to start file search)
{{ testform.target_dir }}
{{ testform.recursion.label }}:
(How deep to drill into the library dependencies)
{{ testform.recursion }}
{{ testform.target.label }}:
(File or top-level directory to test)
{{ testform.target }}
{{ testform.user.label }}: {{ testform.user }}
{{ testform.project.label }}:
(Optional name of the project being tested)
{{ testform.project }}
{{ testform.comments.label }}:
(Freeform field for any test comments for reporting)
{{ testform.comments }}
{% if not static_data %}

NOTE: The database contains no data about static symbols, and thus will be unable to find any possible static library dependencies that may exist. If you want to perform static as well as dynamic checks, please reload the static database.

{% endif %}
Subscribe to the mailing list
Get latest version from git
Report bugs and request features at bugzilla
{% endblock %} {% block scripts %} {% endblock %}