source: CMT/v1r12p20020606/fragments/group @ 1

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

Import all tags

File size: 276 bytes
Line 
1
2all_groups :: ${GROUP}
3
4${GROUP} :: $(${GROUP}_constituents)
5        @/bin/echo " ${GROUP} ok."
6
7clean :: allclean
8
9${GROUP}clean ::  $(${GROUP}_constituentsclean)
10        @echo $(${GROUP}_constituentsclean)
11        @/bin/echo " ${GROUP}clean ok."
12
13${GROUP}clean :: makefilesclean
14
Note: See TracBrowser for help on using the repository browser.