# @(#)Makefile 1.1 2/2/99 #*********************************************************************** #* * #* MODULE: Makefile * #* DATE: 99/02/02 * #* PURPOSE: makefile to build a pSOSystem SWAN Kernel * #* * #*---------------------------------------------------------------------* #* * #* Copyright 1999, Tandem Computer, Inc. * #* ALL RIGHTS RESERVED * #* * #* No rights to reproduce, use or disseminate this computer program, * #* whether in part or in whole. * #* * #*---------------------------------------------------------------------* #* * #* This Makefile is the "root" Makefile for the SWAN Kernel and * #* should be placed in the root directory of the SWAN Kernel T7848. * #* * #* The Current Directory, where this Makefile exists will be taken * #* automatically as the SWAN Kernel root directory. If there is any * #* any change needed, define SWAN_HOME environment variable to the * #* the appropriate path. * #* The rest of the paths, including pSOS system files, board support * #* packages are calculated relative to the SWAN_HOME dir. There is * #* no need usually, to modify any of them. * #* * #*********************************************************************** #*********************************************************************** # Check for SWAN_HOME, else define it to the current directory. * #*********************************************************************** ifndef SWAN_HOME SWAN_HOME = $(PWD) endif #*********************************************************************** # If SWAN include Makefile.swan1, If SWAN2 include Makefile.swan2 * #*********************************************************************** include Makefile.swan2