source: CMT/v1r10p20011126/fragments/nmake/constituents_header @ 1

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

Import all tags

File size: 281 bytes
Line 
1
2cmtexe=cmt
3
4all ::
5        echo all_constituents=$(all_constituents)
6
7all_groups :: ${GROUP}
8
9${GROUP} :: $(${GROUP}_constituents)
10        @echo " ${GROUP} ok."
11
12clean :: allclean
13        @echo " clean ok."
14
15${GROUP}clean :: $(${GROUP}_constituentsclean)
16        @echo " ${GROUP}clean ok."
17
Note: See TracBrowser for help on using the repository browser.