!IF 0 Copyright (c) 1989 - 1996 Microsoft Corporation 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: Chris Mayhall (ChrisMay) 03-Jul-1996 NOTE: Commented description of this file is in \nt\oak\bin\sources.tpl !ENDIF DS_BUILD=1 MAJORCOMP=sam MINORCOMP=server DLLDEF=samsrv.def TARGETNAME=samsrv TARGETPATH=$(BASEDIR)\public\sdk\lib2 TARGETTYPE=DYNLINK TARGETLIBS= \ $(BASEDIR)\public\sdk\lib\*\nlrepl.lib \ $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \ $(BASEDIR)\public\sdk\lib\*\rpcndr.lib \ $(BASEDIR)\public\sdk\lib\*\rpcutil.lib \ $(BASEDIR)\public\sdk\lib\*\kernel32.lib \ $(BASEDIR)\public\sdk\lib\*\advapi32.lib \ $(BASEDIR)\public\sdk\lib\*\lsasrv.lib \ ..\..\..\lsa\crypt\engine\obj\*\rc4c.obj \ ..\..\..\ds\src\dsamain\dll\obj\*\dsa.lib INCLUDES=.;..;..\..\inc;..\..\..\inc;..\..\..\lsa\crypt\engine;..\..\..\ds\src\inc;..\..\..\ds\src\dsamain\include;..\..\..\ds\src\xinc; NTPROFILEINPUT=yes SOURCES= \ ..\display.c \ ..\alias.c \ ..\almember.c \ ..\attr.c \ ..\bldsam3.c \ ..\close.c \ ..\context.c \ ..\dbgutil.c \ ..\domain.c \ ..\dsmember.c \ ..\dslayer.c \ ..\dsutil.c \ ..\enum.c \ ..\gentab2.c \ ..\global.c \ ..\group.c \ ..\notify.c \ ..\oldstub.c \ ..\rundown.c \ ..\samifree.c \ ..\samrpc_s.c \ ..\sam_rev.rc \ ..\samss.c \ ..\secdescr.c \ ..\security.c \ ..\server.c \ ..\user.c \ ..\utility.c \ ..\upgrade.c C_DEFINES=-DRPC_NO_WINDOWS_H USE_CRTDLL=1 # # Defining the NTTARGETFILES variable causes MAKEFILE.DEF to attempt to # include .\makefile.inc immediately after it specifies the top # level targets (all, clean and loc) and their dependencies. MAKEFILE.DEF # also expands the value of the NTTARGETFILES variable at the end of the # list of dependencies for the all target. Useful for specifying additional # targets and dependencies that don't fit the general case covered by # MAKEFILE.DEF # UMRES=obj\*\sam_rev.res NTTARGETFILE0=sampmsgs.h