| OLD | NEW |
| 1 # | 1 # |
| 2 ############################################################################ | 2 ############################################################################ |
| 3 # (C) Copyright 2008 Novell, Inc. All Rights Reserved. | 3 # (C) Copyright 2008 Novell, Inc. All Rights Reserved. |
| 4 # | 4 # |
| 5 # GPLv2: This program is free software; you can redistribute it | 5 # GPLv2: This program is free software; you can redistribute it |
| 6 # and/or modify it under the terms of version 2 of the GNU General | 6 # and/or modify it under the terms of version 2 of the GNU General |
| 7 # Public License as published by the Free Software Foundation. | 7 # Public License as published by the Free Software Foundation. |
| 8 # | 8 # |
| 9 # This program is distributed in the hope that it will be useful, | 9 # This program is distributed in the hope that it will be useful, |
| 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 @rm -fr $(objdir) | 61 @rm -fr $(objdir) |
| 62 @rm -f *.core | 62 @rm -f *.core |
| 63 @rm -f *.out | 63 @rm -f *.out |
| 64 @rm -f $(bin)/$(opus) | 64 @rm -f $(bin)/$(opus) |
| 65 | 65 |
| 66 test: | 66 test: |
| 67 @ echo "Test" | 67 @ echo "Test" |
| 68 @ echo "sources=$(sources)" | 68 @ echo "sources=$(sources)" |
| 69 @ echo "objects=$(objects)" | 69 @ echo "objects=$(objects)" |
| 70 @ echo "CFLAGS=$(CFLAGS)" | 70 @ echo "CFLAGS=$(CFLAGS)" |
| 71 @ echo "BOARD=$(BOARD)" |
| 71 @ echo "bin=$(bin)" | 72 @ echo "bin=$(bin)" |
| 72 @ echo "objdir=$(objdir)" | 73 @ echo "objdir=$(objdir)" |
| 73 @ echo "opus=$(opus)" | 74 @ echo "opus=$(opus)" |
| 74 @ echo "name=$(name)" | 75 @ echo "name=$(name)" |
| OLD | NEW |