wine-wine/dlls/ntdll/Makefile.in

34 lines
405 B
Makefile
Raw Normal View History

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ntdll
SPEC_SRCS = ntdll.spec
C_SRCS = \
exception.c \
error.c \
file.c \
misc.c \
nt.c \
om.c \
reg.c \
rtl.c \
rtlstr.c \
string.c \
sec.c \
signal_i386.c \
signal_sparc.c \
sync.c \
time.c \
wcstring.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies: