2003-11-11 22:21:29 +00:00
|
|
|
EXTRADEFS = -D_NTSYSTEM_
|
1998-11-01 14:00:21 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = ntdll.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libntdll.$(IMPLIBEXT)
|
2004-08-19 01:20:45 +00:00
|
|
|
EXTRALIBS = $(LIBUNICODE) @IOKITLIB@
|
1999-07-25 13:14:13 +00:00
|
|
|
|
1998-11-01 14:00:21 +00:00
|
|
|
C_SRCS = \
|
2002-01-13 01:44:00 +00:00
|
|
|
cdrom.c \
|
2000-09-29 00:31:23 +00:00
|
|
|
critsection.c \
|
2004-03-18 02:08:43 +00:00
|
|
|
debugbuffer.c \
|
2000-11-05 04:51:34 +00:00
|
|
|
debugtools.c \
|
2004-03-16 01:32:02 +00:00
|
|
|
directory.c \
|
2003-05-08 03:47:00 +00:00
|
|
|
env.c \
|
2000-01-24 20:59:45 +00:00
|
|
|
error.c \
|
2003-04-21 23:22:53 +00:00
|
|
|
exception.c \
|
1999-03-09 17:47:51 +00:00
|
|
|
file.c \
|
2004-12-07 14:47:13 +00:00
|
|
|
handletable.c \
|
2001-12-19 19:16:27 +00:00
|
|
|
heap.c \
|
2000-10-01 01:40:42 +00:00
|
|
|
large_int.c \
|
2002-01-29 18:30:16 +00:00
|
|
|
loader.c \
|
2003-09-25 20:33:41 +00:00
|
|
|
loadorder.c \
|
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
NtAllocateLocallyUniqueId
- implementation or stubs for NtAccessCheck, NtSetSecurityObject,
RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
RtlValidSid, RtlxUnicodeStringToOemSize
- corrected most RtlString* functions, added documentation
- more fixes and partial implementations
2000-01-23 22:35:33 +00:00
|
|
|
misc.c \
|
1998-11-01 14:00:21 +00:00
|
|
|
nt.c \
|
1999-03-09 17:47:51 +00:00
|
|
|
om.c \
|
2003-04-12 00:10:13 +00:00
|
|
|
path.c \
|
2003-09-19 00:06:45 +00:00
|
|
|
process.c \
|
1999-02-13 07:35:31 +00:00
|
|
|
reg.c \
|
2003-09-19 04:32:39 +00:00
|
|
|
relay.c \
|
2003-04-29 23:00:48 +00:00
|
|
|
resource.c \
|
1999-03-09 17:47:51 +00:00
|
|
|
rtl.c \
|
2002-08-15 22:08:40 +00:00
|
|
|
rtlbitmap.c \
|
2003-04-21 23:22:53 +00:00
|
|
|
rtlstr.c \
|
1999-03-09 17:47:51 +00:00
|
|
|
sec.c \
|
2003-09-18 23:27:19 +00:00
|
|
|
server.c \
|
1999-09-27 10:58:45 +00:00
|
|
|
signal_i386.c \
|
2002-08-27 00:30:20 +00:00
|
|
|
signal_powerpc.c \
|
1999-11-12 01:00:34 +00:00
|
|
|
signal_sparc.c \
|
2003-04-21 23:22:53 +00:00
|
|
|
string.c \
|
1999-03-09 17:47:51 +00:00
|
|
|
sync.c \
|
2003-09-24 05:26:00 +00:00
|
|
|
version.c \
|
2003-04-04 22:26:34 +00:00
|
|
|
thread.c \
|
2000-06-23 16:16:30 +00:00
|
|
|
time.c \
|
2003-04-21 23:22:53 +00:00
|
|
|
virtual.c \
|
2000-06-23 16:16:30 +00:00
|
|
|
wcstring.c
|
1998-11-01 14:00:21 +00:00
|
|
|
|
2003-08-26 02:28:59 +00:00
|
|
|
ASM_SRCS = relay32.s
|
2001-12-11 00:50:33 +00:00
|
|
|
|
2003-08-23 00:03:40 +00:00
|
|
|
EXTRA_OBJS = $(ASM_SRCS:.s=.o)
|
2000-10-31 00:20:51 +00:00
|
|
|
|
2002-08-15 22:08:40 +00:00
|
|
|
SUBDIRS = tests
|
|
|
|
|
2000-10-31 00:20:51 +00:00
|
|
|
@MAKE_DLL_RULES@
|
1998-11-01 14:00:21 +00:00
|
|
|
|
2001-12-11 00:50:33 +00:00
|
|
|
relay32.s: $(WINEBUILD)
|
2003-09-24 19:01:44 +00:00
|
|
|
$(WINEBUILD) $(DEFS) $(DLLFLAGS) -o $@ --relay32
|
2001-12-11 00:50:33 +00:00
|
|
|
|
2002-10-02 02:34:09 +00:00
|
|
|
clean::
|
|
|
|
$(RM) $(ASM_SRCS)
|
|
|
|
|
2000-09-29 00:31:23 +00:00
|
|
|
### Dependencies:
|