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

Last change on this file since 445 was 445, checked in by rybkin, 16 years ago

See C.L. 349

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