source: CMT/v1r18p20041201/mgr/fragments/group @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 353 bytes
Line 
1#-- start of group ------
2
3all_groups :: ${GROUP}
4
5${GROUP} :: $(${GROUP}_dependencies) $(${GROUP}_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.