2006-10-16 11:49:06 +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
|
2008-03-04 15:52:54 +00:00
|
|
|
IMPORTLIB = ntdll
|
2009-02-18 11:30:01 +00:00
|
|
|
EXTRALIBS = @IOKITLIB@ @LIBPTHREAD@
|
2007-12-11 11:50:53 +00:00
|
|
|
EXTRADLLFLAGS = -Wl,--image-base,0x7bc00000
|
1999-07-25 13:14:13 +00:00
|
|
|
|
1998-11-01 14:00:21 +00:00
|
|
|
C_SRCS = \
|
2007-07-19 15:01:04 +00:00
|
|
|
actctx.c \
|
2005-05-11 15:55:49 +00:00
|
|
|
atom.c \
|
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 \
|
2009-01-28 18:14:13 +00:00
|
|
|
printf.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 \
|
2006-01-12 12:32:51 +00:00
|
|
|
serial.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 \
|
2005-09-16 19:40:52 +00:00
|
|
|
signal_x86_64.c \
|
2003-04-21 23:22:53 +00:00
|
|
|
string.c \
|
1999-03-09 17:47:51 +00:00
|
|
|
sync.c \
|
2006-01-26 12:23:08 +00:00
|
|
|
tape.c \
|
2003-04-04 22:26:34 +00:00
|
|
|
thread.c \
|
2006-03-13 11:28:28 +00:00
|
|
|
threadpool.c \
|
2000-06-23 16:16:30 +00:00
|
|
|
time.c \
|
2006-11-13 09:05:40 +00:00
|
|
|
version.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
|
|
|
|
2007-03-07 20:25:16 +00:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2005-09-21 14:23:54 +00:00
|
|
|
EXTRA_OBJS = relay32.o
|
2000-10-31 00:20:51 +00:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
1998-11-01 14:00:21 +00:00
|
|
|
|
2005-09-21 14:23:54 +00:00
|
|
|
relay32.o: $(WINEBUILD)
|
|
|
|
$(WINEBUILD) $(WINEBUILDFLAGS) -o $@ --relay32
|
2002-10-02 02:34:09 +00:00
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|