source: CMT/v1r25-branch/mgr/fragments/nmake/group @ 641

Last change on this file since 641 was 614, checked in by rybkin, 12 years ago

See C.L. 489

  • Property svn:eol-style set to native
File size: 361 bytes
Line 
1#-- start of group ------
2
3all_groups :: ${GROUP}
4
5${GROUP} :: $(${GROUP}_dependencies)  $(${GROUP}_pre_constituents) $(${GROUP}_constituents)  $(${GROUP}_post_constituents)
6        $(echo) " ${GROUP} ok."
7
8clean :: allclean
9
10${GROUP}clean ::  $(${GROUP}_constituentsclean)
11        $(echo) $(${GROUP}_constituentsclean)
12        $(echo) " ${GROUP}clean ok."
13
14#-- end of group ------
Note: See TracBrowser for help on using the repository browser.