source: CMT/HEAD/mgr/fragments/nmake/constituents_trailer @ 595

Last change on this file since 595 was 595, checked in by rybkin, 13 years ago

See C.L. 472

  • Property svn:eol-style set to native
File size: 535 bytes
Line 
1#-- start of constituents_trailer ------
2
3#clean :: remove_library_links
4
5#remove_library_links ::
6#       $(echo) "(constituents.nmake) Removing library links"
7#       @$(remove_library_links)
8
9#makefilesclean ::
10#       @if exist *.nmake* del *.nmake*
11
12###     @if exist checkuses del checkuses
13
14#clean :: makefilesclean
15
16#binclean :: clean
17#binclean ::
18#       $(echo) (constituents.nmake) Removing binary directory $(bin)
19#       $(cleanup_silent)if not "$(bin)"==".\" (if exist $(bin) rmdir /S /Q $(bin))
20#       @del /Q $(bin)\*
21
22#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.