00001 !
IF 0
00002
00003
Copyright (c) 1989 Microsoft Corporation
00004
00005 Module
Name:
00006
00007 sources.
00008
00009 Abstract:
00010
00011 This
file specifies
the target component being built and
the list of
00012 sources files needed to build that component. Also specifies optional
00013 compiler switches and libraries that are unique
for the component being
00014 built.
00015
00016
00017 Author:
00018
00019 Steve Wood (stevewo) 12-Apr-1990
00020
00021 NOTE: Commented description of
this file is in \nt\bak\bin\sources.tpl
00022
00023 !ENDIF
00024
00025 MAJORCOMP=ntos
00026 MINORCOMP=ke
00027
00028 TARGETNAME=ke
00029 TARGETTYPE=LIBRARY
00030
00031 INCLUDES=..;$(BASEDIR)\
private\ntos\inc
00032
00033 !
if $(AXP64) || $(ALPHA)
00034 INCLUDES=$(INCLUDES);$(BASEDIR)\
private\ntos\fw\alpha
00035 !endif
00036
00037 C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
00038
00039 SOURCES=..\apcobj.c \
00040 ..\apcsup.c \
00041 ..\balmgr.c \
00042 ..\bugcheck.c \
00043 ..\channel.c \
00044 ..\config.c \
00045 ..\debug.c \
00046 ..\devquobj.c \
00047 ..\dpcobj.c \
00048 ..\dpcsup.c \
00049 ..\eventobj.c \
00050 ..\kernldat.c \
00051 ..\kiinit.c \
00052 ..\miscc.c \
00053 ..\mutntobj.c \
00054 ..\procobj.c \
00055 ..\profobj.c \
00056 ..\queueobj.c \
00057 ..\raisexcp.c \
00058 ..\semphobj.c \
00059 ..\thredobj.c \
00060 ..\thredsup.c \
00061 ..\timerobj.c \
00062 ..\timersup.c \
00063 ..\wait.c \
00064 ..\waitsup.c \
00065 ..\xipi.c \
00066 ..\yield.c
00067
00068 NTTEST=
00069 UMTYPE=console
00070 UMLIBS=$(BASEDIR)\
public\sdk\lib\*\user32.lib
00071 UMTEST=
00072
00073 NTTARGETFILES=
00074
00075 PRECOMPILED_INCLUDE=..\ki.h
00076 PRECOMPILED_PCH=ki.pch
00077 PRECOMPILED_OBJ=ki.obj
00078
00079 SOURCES_USED=..\sources.inc