Changeset 2677
- Timestamp:
- Mar 19, 2006, 7:17:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r2550 r2677 2 2 ## @file 3 3 # 4 # kBuild Top-Level Makefile. 5 # 4 # Top-Level Makefile. 6 5 # This is not a standard kBuild makefile, the footer is not included. 7 6 # 8 # Copyright (c) 2005 knut st. osmundsen <bird@anduin.net>7 # Copyright (c) 2005-2006 knut st. osmundsen <bird@anduin.net> 9 8 # 10 9 # 10 # This file is part of kNIX. 11 # 12 # kNIX is free software; you can redistribute it and/or modify 13 # it under the terms of the GNU General Public License as published by 14 # the Free Software Foundation; either version 2 of the License, or 15 # (at your option) any later version. 16 # 17 # kNIX is distributed in the hope that it will be useful, 18 # but WITHOUT ANY WARRANTY; without even the implied warranty of 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 # GNU General Public License for more details. 21 # 22 # You should have received a copy of the GNU General Public License 23 # along with kNIX; if not, write to the Free Software 24 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 # 26 # 27 11 28 12 29 … … 18 35 SUBDIRS = \ 19 36 baselayout \ 37 emx \ 20 38 yacc \ 21 39 ash \ 22 emx 40 diffutils \ 41 ncurses \ 42 texinfo \ 43 coreutils \ 44 45 # libc binutils gcc grep sed ... 23 46 24 47 ## def_do_subdir
Note:
See TracChangeset
for help on using the changeset viewer.