Added import of ntdll.
[wine/multimedia.git] / dlls / user / Makefile.in
blobf0720b3be670ff81fcf7a4996013d4ddeeba3e7c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = user32
6 SOVERSION = 1.0
7 ALTNAMES = user keyboard ddeml display mouse
8 IMPORTS = gdi32 advapi32 kernel32 ntdll
10 C_SRCS = \
11 bidi16.c \
12 cache.c \
13 ddeml.c \
14 display.c \
15 exticon.c \
16 lstr.c \
17 misc.c \
18 mouse.c \
19 network.c \
20 resource.c \
21 text.c \
22 thunk.c \
23 user_main.c
25 RC_SRCS = \
26 resources/display.rc \
27 resources/mouse.rc \
28 resources/user32.rc
30 GLUE = thunk.c
32 EXTRA_OBJS = \
33 $(TOPOBJDIR)/controls/controls.o \
34 $(TOPOBJDIR)/windows/windows.o
36 SUBDIRS = \
37 $(TOPOBJDIR)/controls \
38 $(TOPOBJDIR)/windows
40 EXTRASUBDIRS = \
41 resources
43 @MAKE_DLL_RULES@
45 $(EXTRA_OBJS): dummy
46 @cd `dirname $@` && $(MAKE) `basename $@`
48 # Special rules for 16-bit resource files
50 resources/display.res: resources/display.rc
51 LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH" $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/display.rc
53 resources/mouse.res: resources/mouse.rc
54 LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH" $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/mouse.rc
56 ### Dependencies: