source: trunk/Makefile.kmk@ 3109

Last change on this file since 3109 was 3109, checked in by bird, 19 years ago

mark make recursion

  • Property svn:keywords set to Id
File size: 1.8 KB
RevLine 
[3043]1# $Id: Makefile.kmk 3109 2007-04-15 08:26:21Z bird $
[2477]2## @file
3#
[2677]4# Top-Level Makefile.
[2477]5# This is not a standard kBuild makefile, the footer is not included.
6#
[3043]7# Copyright (c) 2005-2007 knut st. osmundsen <[email protected]>
[2477]8#
9#
[2677]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#
[2477]27
28
[2677]29
[2477]30DEPTH = .
31include $(PATH_KBUILD)/header.kmk
32
[3043]33## SUBDIRS
34# The subdirectories to traverse depth first.
[2477]35SUBDIRS = \
[2550]36 baselayout \
[3043]37 libc \
[2677]38 emx \
[2477]39 yacc \
[2550]