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

Last change on this file since 346 was 183, checked in by garonne, 19 years ago

see CL 305

  • Property svn:eol-style set to native
File size: 350 bytes
RevLine 
[2]1#-- start of cleanup_header --------------
2
3clean :: ${CONSTITUENT}clean
4 @cd .
5
[183]6ifndef PEDANTIC
[108]7.DEFAULT::
[183]8 @echo "You should provide a target for this file $@"
9# @exit 0
10endif
[108]11
[183]12#ifdef PEDANTIC
13#.DEFAULT::
14# @echo "You should provide a target for this file $@"
15# @exit 1
16#endif
[108]17
18
[183]19
20
[2]21${CONSTITUENT}clean ::
22#-- end of cleanup_header ---------------
Note: See TracBrowser for help on using the repository browser.