Changed builtin dlls file names to make it clear they are not normal
[wine] / dlls / winedos / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winedos.dll
6 IMPORTS   = user32.dll kernel32.dll ntdll.dll
7 EXTRALIBS = @CURSESLIBS@ @UTILLIBS@
8
9 C_SRCS = \
10         dosaspi.c \
11         devices.c \
12         dosvm.c \
13         int09.c \
14         int10.c \
15         int16.c \
16         int17.c \
17         int19.c \
18         int20.c \
19         int21.c \
20         int29.c \
21         int31.c \
22         int33.c \
23         int67.c \
24         ioports.c \
25         module.c \
26         vga.c \
27         xms.c
28
29 EXTRA_OBJS = \
30         $(TOPOBJDIR)/console/console.o
31
32 SUBDIRS = \
33         $(TOPOBJDIR)/console
34
35 @MAKE_DLL_RULES@
36
37 $(EXTRA_OBJS): dummy
38         @cd `dirname $@` && $(MAKE) `basename $@`
39
40 ### Dependencies: