admin
base
com
developer
drivers
ds
adsi
dns
ds
edb500
ese98
inc
nameres
netapi
nlrepl
nw
published
safealloca
security
asn1
authz
azroles
base
common
cryptoapi
csps
dsrole
gina
inc
lib
ntmarta
passport
protocols
common
digest
kerberos
asn1
client2
chicago
utest
winnt5
kerberos_dll.sld
makefile
makefile.inc
sources
bndcache.cxx
bndcache.h
credapi.cxx
credman.cxx
credman.h
credmgr.cxx
credmgr.h
ctxtapi.cxx
ctxtmgr.cxx
ctxtmgr.h
dirs
gssapi.h
gssapip.h
gssutil.cxx
kerb.hxx
kerbdbg.h
kerbdefs.h
kerberos.cxx
kerberos.def
kerberos.guid
kerberos.mac
kerberos.mof
kerberos.sig
kerbevt.mc
kerbfunc.h
kerblist.cxx
kerblist.h
kerbp.h
kerbpass.cxx
kerbpass.h
kerbs4u.cxx
kerbs4u.h
kerbtick.cxx
kerbtick.h
kerbtrace.cxx
kerbtrace.h
kerbutil.cxx
kerbutil.h
kerbwow.cxx
kerbwow.h
krbaudit.cxx
krbaudit.h
krbevent.cxx
krbevent.h
krbtoken.cxx
krbtoken.h
logonapi.cxx
logonapi.h
logonses.cxx
logonses.h
miscapi.cxx
mitutil.cxx
mitutil.h
pkauth.cxx
pkauth.h
proxyapi.cxx
res.rc
rpcutil.cxx
rpcutil.h
sidcache.cxx
sidcache.h
spncache.cxx
spncache.h
timesync.cxx
timesync.h
tktcache.cxx
tktcache.h
tktlogon.cxx
tktlogon.h
userapi.cxx
userapi.h
userlist.cxx
userlist.h
common2
exts
idl
inc
kerbcli
kernel
parser
rtl
server
utest
dirs
pacimp.idl
readme.txt
sources.inc
msv_sspi
pwdssp
schannel
xtcb
dirs
services
tools
winsafer
dirs
roadmap.txt
win32
xpress
dirs
project.mk
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
210 lines
5.9 KiB
Plaintext
210 lines
5.9 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE ..\..\sources.inc
|
|
|
|
#
|
|
# The MAJORCOMP and MINORCOMP variables are defined
|
|
# so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
|
|
# cross compiling to provide unique filenames in a flat namespace.
|
|
#
|
|
|
|
MAJORCOMP=SECURITY
|
|
MINORCOMP=KERBEROS
|
|
|
|
#
|
|
# The TARGETNAME variable is defined by the developer. It is the name of
|
|
# the target (component) that is being built by this makefile. It
|
|
# should NOT include any path or file extension information.
|
|
#
|
|
|
|
TARGETNAME=KERBEROS
|
|
|
|
|
|
#
|
|
# The TARGETPATH and TARGETTYPE variables are defined by the developer.
|
|
# The first specifies where the target is to be build. The second specifies
|
|
# the type of target (either PROGRAM, DYNLINK, LIBRARY, UMAPPL_NOLIB or
|
|
# BOOTPGM). UMAPPL_NOLIB is used when you're only building user-mode
|
|
# apps and don't need to build a library.
|
|
#
|
|
|
|
TARGETPATH=obj
|
|
|
|
# Pick one of the following and delete the others
|
|
TARGETTYPE=DYNLINK
|
|
|
|
|
|
DLLDEF=..\kerberos.def
|
|
DLLENTRY=DllMain
|
|
|
|
#
|
|
# The TARGETLIBS specifies additional libraries to link with you target
|
|
# image. Each library path specification should contain an asterisk (*)
|
|
# where the machine specific subdirectory name should go.
|
|
#
|
|
|
|
TARGETLIBS= \
|
|
$(SECURITY_LIB_PATH)\dsysdbg.lib \
|
|
$(SECURITY_LIB_PATH)\lsaitf.lib \
|
|
..\..\common2\$(O)\kerbcomm.lib \
|
|
$(SECURITY_LIB_PATH)\secmisc.lib \
|
|
$(DS_LIB_PATH)\w32time.lib \
|
|
$(SDK_LIB_PATH)\cryptdll.lib \
|
|
$(DS_GLOBAL_LIB_PATH)\nlrepl.lib \
|
|
$(SDK_LIB_PATH)\msasn1.lib \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\lsasrv.lib \
|
|
$(SDK_LIB_PATH)\samsrv.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(DS_LIB_PATH)\secur32p.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(SDK_LIB_PATH)\sclogon.lib \
|
|
$(SECURITY_LIB_PATH)\sclogon2.lib \
|
|
$(SECURITY_LIB_PATH)\sclgnrpc.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
$(SDK_LIB_PATH)\winscard.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib
|
|
|
|
DELAYLOAD=ws2_32.dll;netapi32.dll;crypt32.dll;rpcrt4.dll;lsasrv.dll;samsrv.dll;dnsapi.dll
|
|
#DLOAD_ERROR_HANDLER=kernel32
|
|
|
|
#
|
|
# The INCLUDES variable specifies any include paths that are specific to
|
|
# this source directory. Separate multiple directory paths with single
|
|
# semicolons. Relative path specifications are okay.
|
|
#
|
|
|
|
INCLUDES=..;..\..\idl;\
|
|
..\..\idl\$(O);\
|
|
..\..\inc;\
|
|
$(SECURITY_INC);\
|
|
$(SECURITY_INC)\$(O); \
|
|
$(ENDUSER_INC_PATH);\
|
|
$(NET_INC_PATH);\
|
|
$(PROJECT_ROOT)\netapi\inc; \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(BASE_INC_PATH);
|
|
|
|
# Strict warning, can be used to detect uninitialized vars. Picks up random
|
|
# stuff too
|
|
|
|
COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
|
|
#MSC_WARNING_LEVEL= /W4 /WX
|
|
|
|
#
|
|
# The SOURCES variable is defined by the developer. It is a list of all the
|
|
# source files for this component. Each source file should be on a separate
|
|
# line using the line continuation character. This will minimize merge
|
|
# conflicts if two developers adding source files to the same component.
|
|
#
|
|
|
|
SOURCES=..\bndcache.cxx \
|
|
..\credapi.cxx \
|
|
..\credman.cxx \
|
|
..\credmgr.cxx \
|
|
..\ctxtapi.cxx \
|
|
..\ctxtmgr.cxx \
|
|
..\gssutil.cxx \
|
|
..\kerberos.cxx \
|
|
..\krbevent.cxx \
|
|
..\kerblist.cxx \
|
|
..\kerbpass.cxx \
|
|
..\kerbtick.cxx \
|
|
..\kerbtrace.cxx \
|
|
..\kerbutil.cxx \
|
|
..\kerbwow.cxx \
|
|
..\krbaudit.cxx \
|
|
..\krbtoken.cxx \
|
|
..\logonapi.cxx \
|
|
..\logonses.cxx \
|
|
..\miscapi.cxx \
|
|
..\mitutil.cxx \
|
|
..\pkauth.cxx \
|
|
..\rpcutil.cxx \
|
|
..\sidcache.cxx \
|
|
..\timesync.cxx \
|
|
..\tktcache.cxx \
|
|
..\tktlogon.cxx \
|
|
..\userapi.cxx \
|
|
..\userlist.cxx \
|
|
..\spncache.cxx \
|
|
..\kerbs4u.cxx \
|
|
..\kerberos.mof \
|
|
..\res.rc
|
|
|
|
|
|
|
|
|
|
#
|
|
# Next specify options for the compiler.
|
|
#
|
|
|
|
C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -DSUPPORT_OLD_PAC -DRETAIL_LOG_SUPPORT
|
|
# USE_CL860_LARGE_MODEL=
|
|
|
|
USE_MSVCRT=1
|
|
|
|
NO_SSPI_SIGNATURES=1
|
|
|
|
!IF "$(NO_SSPI_SIGNATURES)" == ""
|
|
BINPLACE_FLAGS=-o Unsigned
|
|
!ENDIF
|
|
|
|
#
|
|
# Next specify one or more user mode test programs and their type
|
|
# UMTEST is used for optional test programs. UMAPPL is used for
|
|
# programs that always get built when the directory is built.
|
|
#
|
|
|
|
#UMTYPE=nt
|
|
#UMTEST=foo*baz
|
|
# UMAPPL=foo*baz
|
|
#UMBASE=0x1000000
|
|
# UMLIBS=$(O)\foo.lib
|
|
|
|
#
|
|
# Defining either (or both) the variables NTTARGETFILE0 and/or NTTARGETFILES
|
|
# will cause MAKEFILE.DEF to include .\makefile.inc immediately after it
|
|
# specifies the top level targets (all, clean and loc) and their dependencies.
|
|
# MAKEFILE.DEF also expands NTTARGETFILE0 as the first dependent for the
|
|
# "all" target and NTTARGETFILES as the last dependent for the "all" target.
|
|
# Useful for specifying additional targets and dependencies that don't fit the
|
|
# general case covered by MAKEFILE.DEF
|
|
#
|
|
|
|
# NTTARGETFILE0=
|
|
# NTTARGETFILES=
|
|
|
|
PRECOMPILED_INCLUDE=..\kerb.hxx
|
|
PRECOMPILED_PCH=kerb.pch
|
|
PRECOMPILED_OBJ=kerb.obj
|
|
|
|
NTTARGETFILE0= $(O)\kerbevt.h
|
|
|
|
MISCFILES=kerberos_dll.sld |