Generated dependencies

The generated dependencies section of the makefile contains a variable that expands to IBM® Rational® Rhapsody®-generated dependencies and compilation instructions.

For example, the generated dependencies section of a C++ makefile for the Microsoft environment is as follows:

############# Generated dependencies ################
#####################################################
$OMContextDependencies
$OMFileObjPath : $OMMainImplementationFile $(OBJS) 
   $(CPP) $(ConfigurationCPPCompileSwitches) /
   Fo"$OMFileObjPath" $OMMainImplementationFile

Feedback