source: CMT/HEAD/mgr/fragments/cleanup_header @ 562

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

See C.L. 445

  • Property svn:eol-style set to native
File size: 312 bytes
Line 
1#-- start of cleanup_header --------------
2
3clean :: ${CONSTITUENT}clean ;
4#       @cd .
5
6ifndef PEDANTIC
7.DEFAULT::
8        $(echo) "(${CONSTITUENT}.make) $@: No rule for such target" >&2
9else
10.DEFAULT::
11        $(error PEDANTIC: $@: No rule for such target)
12endif
13
14${CONSTITUENT}clean ::
15#-- end of cleanup_header ---------------
Note: See TracBrowser for help on using the repository browser.