2002-02-15 20:12:35 +01:00
|
|
|
EXTRADEFS = -D_USER32_ -D_WINABLE_
|
2000-03-19 13:08:09 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = user32.dll
|
2002-03-26 20:56:06 +01:00
|
|
|
ALTNAMES = user.exe keyboard.dll ddeml.dll display.dll mouse.dll
|
2002-03-20 23:19:06 +01:00
|
|
|
IMPORTS = gdi32.dll kernel32.dll ntdll.dll
|
2000-03-19 13:08:09 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2000-06-24 14:41:05 +02:00
|
|
|
bidi16.c \
|
2000-08-04 06:21:02 +02:00
|
|
|
cache.c \
|
2001-07-24 22:49:41 +02:00
|
|
|
comm16.c \
|
2001-06-23 01:02:48 +02:00
|
|
|
dde/client.c \
|
|
|
|
dde/ddeml16.c \
|
|
|
|
dde/misc.c \
|
|
|
|
dde/server.c \
|
2000-06-03 06:20:19 +02:00
|
|
|
display.c \
|
2000-06-13 00:00:11 +02:00
|
|
|
exticon.c \
|
2000-08-04 06:21:02 +02:00
|
|
|
lstr.c \
|
2001-08-07 21:19:08 +02:00
|
|
|
message.c \
|
2000-08-04 06:21:02 +02:00
|
|
|
misc.c \
|
2000-06-08 06:57:22 +02:00
|
|
|
mouse.c \
|
2001-08-07 21:19:08 +02:00
|
|
|
msg16.c \
|
2000-06-24 14:41:05 +02:00
|
|
|
network.c \
|
2001-12-13 02:03:30 +01:00
|
|
|
painting.c \
|
2001-10-12 21:10:26 +02:00
|
|
|
property.c \
|
2000-08-04 06:21:02 +02:00
|
|
|
resource.c \
|
|
|
|
text.c \
|
2000-11-26 23:39:50 +01:00
|
|
|
user_main.c \
|
2001-09-19 22:37:04 +02:00
|
|
|
wnd16.c \
|
2000-11-26 23:39:50 +01:00
|
|
|
wsprintf.c
|
2000-03-24 22:38:30 +01:00
|
|
|
|
2000-10-25 22:33:58 +02:00
|
|
|
RC_SRCS = \
|
2001-05-31 23:37:29 +02:00
|
|
|
resources/user32.rc
|
|
|
|
|
|
|
|
RC_SRCS16 = \
|
2000-10-25 22:33:58 +02:00
|
|
|
resources/display.rc \
|
|
|
|
resources/mouse.rc \
|
2001-02-23 21:37:13 +01:00
|
|
|
resources/version16.rc
|
2000-06-03 06:20:19 +02:00
|
|
|
|
2001-08-10 00:07:22 +02:00
|
|
|
GLUE = \
|
|
|
|
dde/ddeml16.c \
|
2001-12-17 22:37:53 +01:00
|
|
|
property.c \
|
|
|
|
text.c \
|
|
|
|
wnd16.c
|
2000-03-19 13:08:09 +01:00
|
|
|
|
2000-08-04 00:22:42 +02:00
|
|
|
EXTRA_OBJS = \
|
|
|
|
$(TOPOBJDIR)/controls/controls.o \
|
|
|
|
$(TOPOBJDIR)/windows/windows.o
|
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
$(TOPOBJDIR)/controls \
|
|
|
|
$(TOPOBJDIR)/windows
|
|
|
|
|
2000-10-23 23:39:39 +02:00
|
|
|
EXTRASUBDIRS = \
|
2001-06-23 01:02:48 +02:00
|
|
|
dde \
|
2002-02-27 22:32:18 +01:00
|
|
|
resources \
|
|
|
|
tests
|
|
|
|
|
|
|
|
CTESTS = \
|
|
|
|
tests/sysparams.c
|
2000-10-23 23:39:39 +02:00
|
|
|
|
2000-03-19 13:08:09 +01:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2000-10-31 01:22:41 +01:00
|
|
|
$(EXTRA_OBJS): dummy
|
2000-08-04 00:22:42 +02:00
|
|
|
@cd `dirname $@` && $(MAKE) `basename $@`
|
|
|
|
|
2000-10-25 22:33:58 +02:00
|
|
|
# Special rules for 16-bit resource files
|
|
|
|
|
|
|
|
resources/display.res: resources/display.rc
|
2000-11-06 06:31:14 +01:00
|
|
|
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/display.rc
|
2000-10-25 22:33:58 +02:00
|
|
|
|
|
|
|
resources/mouse.res: resources/mouse.rc
|
2000-11-06 06:31:14 +01:00
|
|
|
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/mouse.rc
|
|
|
|
|
2001-02-23 21:37:13 +01:00
|
|
|
resources/version16.res: resources/version16.rc
|
|
|
|
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/version16.rc
|
|
|
|
|
2000-11-06 06:31:14 +01:00
|
|
|
display.spec.c: resources/display.res
|
|
|
|
|
|
|
|
mouse.spec.c: resources/mouse.res
|
2000-10-25 22:33:58 +02:00
|
|
|
|
2002-03-26 20:56:06 +01:00
|
|
|
user.exe.spec.c: resources/version16.res
|
2001-02-23 21:37:13 +01:00
|
|
|
|
2002-03-20 23:19:06 +01:00
|
|
|
install:: install_libdir
|
|
|
|
uninstall:: uninstall_libdir
|
|
|
|
|
2000-03-19 13:08:09 +01:00
|
|
|
### Dependencies:
|