source: CMT/v1r19/mgr/fragments/nmake/group @ 1

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

Import all tags

File size: 266 bytes
Line 
1
2all_groups :: ${GROUP}
3
4${GROUP} :: $(${GROUP}_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.