Changeset 1547 for trunk/kBuild/tools
- Timestamp:
- Apr 22, 2008, 4:02:09 AM (17 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/ALP.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - ALP or later. 5 4 # 5 6 # 6 7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GCC.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic GCC Using The System GCC. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GCC3.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic GCC v3.2.x or later Using The System GCC and Binutils. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GCC32.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic 32-bit GCC v3.2.x or later Using The System GCC. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GCC3OMF.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - GCC v3 targeting OS/2 OMF. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GCC3PLAIN.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic GCC v3.2.x or later Using The System GCC, any Unix Linker and Unix Archiver. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GCC4MACHO.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - GCC v4 targeting Darwin (Mac OS X) Mach-o. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GCC64.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic 64-bit GCC v3.2.x or later Using The System GCC. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GXX.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic GCC using the system GCC, for building C++ code. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GXX3.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic GCC v3.2.x using the system GCC and Binutils, for building C++ code. 4 # 5 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/GXX32.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic 32-bit GCC v3.2.x or later using the system GCC, for building C++ code. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GXX3OMF.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - GCC v3 targeting OS/2 OMF, for building C++ code. 4 # 5 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/GXX3PLAIN.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic GCC v3.2.x or later using the system GCC, any Unix linker and Unix archiver to build C++ code. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/GXX4MACHO.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - GCC v4 targeting Darwin (Mac OS X) Mach-o, for building C++ code. 4 # 5 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/GXX64.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Generic 64-bit GCC v3.2.x or later using the system GCC, for building C++ code. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/MINGW32.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - MinGW32 GCC v3.3+. 4 # 5 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/NASM.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Netwide Assembler v0.98+. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/TAR.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - tar unpacker. 5 4 # 5 6 # 6 7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/TARGZ.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 # kBuild Tool Config - tar.gz unpacker. 3 4 # 4 # kBuild Tool Config - tar.gz unpacker. 5 5 6 # 6 7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/VAC308.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - VisualAge for C++ v3.08. 4 # 5 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/VCC70.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Visual C++ 7.0 (aka Visual Studio .NET), targeting x86. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/VCC80.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Visual C++ 8.0 (aka Visual .NET 2005, or MSC v14), targeting $(KBUILD_TARGET). 4 # 5 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/VCC80AMD64.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Visual C++ 8.0 (aka Visual .NET 2005, or MSC v14), targeting AMD64. 4 # 5 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/VCC80X86.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - Visual C++ 8.0 (aka Visual .NET 2005, or MSC v14), targeting x86. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/WGET.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 # kBuild Tool Config - wget fetchers. 3 4 # 4 # kBuild Tool Config - wget fetchers. 5 5 6 # 6 7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 22 23 # along with kBuild; if not, write to the Free Software 23 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 # As a special exception you are granted permission to include this file, via 28 # the kmk include directive, as you wish without this in itself causing the 29 # resulting makefile, program or whatever to be covered by the GPL license. 30 # This exception does not however invalidate any other reasons why the makefile, 31 # program, whatever should not be covered the GPL. 24 32 # 25 33 # -
trunk/kBuild/tools/XGCCAMD64LINUX.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - GCC Cross compiler for AMD64+Linux. 5 4 # 5 6 # 6 7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/YASM.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - YASM 0.4.0 or later. 5 4 # 5 6 # 6 7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 # -
trunk/kBuild/tools/ZIP.kmk
r1505 r1547 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild Tool Config - The zip/unzip packer/unpacker. 5 4 # 5 6 # 6 7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 #8 8 # 9 9 # This file is part of kBuild. … … 22 22 # along with kBuild; if not, write to the Free Software 23 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 25 # 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 # This exception does not however invalidate any other reasons why the makefile, 30 # program, whatever should not be covered the GPL. 24 31 # 25 32 #
Note:
See TracChangeset
for help on using the changeset viewer.