Sweden-Number/dlls/user/Makefile.in

93 lines
1.7 KiB
Makefile
Raw Normal View History

EXTRADEFS = -D_USER32_ -D_WINABLE_
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = user32.dll
IMPORTS = gdi32.dll advapi32.dll kernel32.dll ntdll.dll
ALTNAMES = user.exe keyboard.dll ddeml.dll display.dll mouse.dll
LDIMPORTS = gdi32.dll kernel32.dll ntdll.dll
C_SRCS = \
bidi16.c \
cache.c \
2001-07-24 22:49:41 +02:00
comm16.c \
dde/client.c \
dde/ddeml16.c \
dde/misc.c \
dde/server.c \
2000-06-03 06:20:19 +02:00
display.c \
exticon.c \
lstr.c \
message.c \
misc.c \
2000-06-08 06:57:22 +02:00
mouse.c \
msg16.c \
network.c \
painting.c \
property.c \
resource.c \
text.c \
2000-11-26 23:39:50 +01:00
user_main.c \
wnd16.c \
2000-11-26 23:39:50 +01:00
wsprintf.c
RC_SRCS = \
resources/user32.rc
RC_SRCS16 = \
resources/display.rc \
resources/mouse.rc \
resources/version16.rc
2000-06-03 06:20:19 +02:00
GLUE = \
dde/ddeml16.c \
property.c \
text.c \
wnd16.c
2000-08-04 00:22:42 +02:00
EXTRA_OBJS = \
$(TOPOBJDIR)/controls/controls.o \
$(TOPOBJDIR)/windows/windows.o
SUBDIRS = \
$(TOPOBJDIR)/controls \
$(TOPOBJDIR)/windows
EXTRASUBDIRS = \
dde \
2002-02-27 22:32:18 +01:00
resources \
tests
CTESTS = \
tests/class.c \
2002-04-24 23:16:51 +02:00
tests/sysparams.c \
tests/wsprintf.c
@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 $@`
# Special rules for 16-bit resource files
resources/display.res: resources/display.rc
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/display.rc
resources/mouse.res: resources/mouse.rc
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/mouse.rc
resources/version16.res: resources/version16.rc
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/version16.rc
display.spec.c: resources/display.res
mouse.spec.c: resources/mouse.res
user.exe.spec.c: resources/version16.res
install:: install_libdir
uninstall:: uninstall_libdir
### Dependencies: