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

Last change on this file since 594 was 488, checked in by rybkin, 15 years ago

See C.L. 383

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