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
|
Rev | Line | |
---|
[2] | 1 | #-- start of cleanup_header --------------
|
---|
| 2 |
|
---|
| 3 | clean :: ${CONSTITUENT}clean
|
---|
| 4 | @cd .
|
---|
| 5 |
|
---|
[183] | 6 | ifndef PEDANTIC
|
---|
[108] | 7 | .DEFAULT::
|
---|
[183] | 8 | @echo "You should provide a target for this file $@"
|
---|
| 9 | # @exit 0
|
---|
| 10 | endif
|
---|
[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.