source: utils/Makefile.am

Candidate_v1.7.1 stable v1.7.1
Last change on this file was 8b9357, checked in by Frederik Heber <frederik.heber@…>, 6 weeks ago

Adds utility for visualizing signal-slot graphs.

  • this is directly taken from a blog post. It scans the code base at the designated path for all relevant code files with a regular expression matching connect( ... SIGNAL, ... SLOT|SIGNAL, ...); lines and builds up a dot graph (for input to graphviz).
  • Property mode set to 100644
File size: 152 bytes
RevLine 
[9fd196]1EXTRA_DIST =
[c015b3]2BUILT_SOURCES =
3CLEANFILES =
4bin_SCRIPTS =
5pyexec_SCRIPTS =
[938ffd]6
[9fd196]7include Bash/Makefile.am
8include Python/Makefile.am
[8b9357]9include ConVis/Makefile.am
Note: See TracBrowser for help on using the repository browser.