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

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

see CL 305

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