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

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

Changing eol-style property

  • Property svn:eol-style set to native
File size: 252 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.