source: CMT/v1r20p20070517/mgr/fragments/group @ 649

Last change on this file since 649 was 325, checked in by garonne, 18 years ago

see C.L. 320

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