Source dependencies declared explicitly

Learn how to declare source dependencies.

The ClearCase® build auditing facility tracks only the MVFS objects used to build a target. Sometimes, however, you might want to track other objects. For example:

You can force such objects to be recorded in the CR by declaring them as dependencies of the makefile target:

hello.obj: hello.c hello.h  my.flag
      del hello.obj
      cl /c hello.c

This example illustrates dependency declarations for these kinds of objects: