Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
intro_example:dependencies [2020/06/19 07:37]
rajit created
intro_example:dependencies [2020/12/02 01:00] (current)
Line 4: Line 4:
 For a hierarchical design with many imported libraries, it is useful to be able to determine dependency information and see if all the libraries are present in the directories where ACT can find them. The command ''adepend'' is used to check dependencies. For a hierarchical design with many imported libraries, it is useful to be able to determine dependency information and see if all the libraries are present in the directories where ACT can find them. The command ''adepend'' is used to check dependencies.
  
-For C/C++ programs, many systems have the utility ''makedepend'' that generates a list of dependencies for each file in a syntax that can readily integrated into a ''Makefile.'' ACT provides ''adepend'' for the same functionality. For example, running it on the ''adder8b.act'' [[intro_example:namespace|example]] would have the following result:+For C/C++ programs, many systems have the utility ''makedepend'' that generates a list of dependencies for each file in a syntax that can readily integrated into a ''Makefile.'' ACT provides ''adepend'' for the same functionality. For example, running it on the ''adder8b.act'' [[intro_example:loops|example]]  would have the following result:
  
 <code> <code>