source: CMT/HEAD/mgr/fragments/nmake/group @ 595

Last change on this file since 595 was 595, checked in by rybkin, 13 years ago

See C.L. 472

  • Property svn:eol-style set to native
File size: 395 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#${GROUP}clean :: makefilesclean
15
16#-- end of group ------
Note: See TracBrowser for help on using the repository browser.