Add support for selection of console mode drivers to use using the
[wine/multimedia.git] / relay32 / Makefile.in
blob2e92ec84077e0f79bb11fdd3c52cbd0460546cb6
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = relay32
8 DLLS = \
9 advapi32.spec \
10 avifil32.spec \
11 comctl32.spec \
12 comdlg32.spec \
13 crtdll.spec \
14 dciman32.spec \
15 ddraw.spec \
16 dinput.spec \
17 dplay.spec \
18 dplayx.spec \
19 dsound.spec \
20 gdi32.spec \
21 imagehlp.spec \
22 imm32.spec \
23 kernel32.spec \
24 lz32.spec \
25 mpr.spec \
26 msacm32.spec \
27 msnet32.spec \
28 msvfw32.spec \
29 ntdll.spec \
30 ole32.spec \
31 oleaut32.spec \
32 olecli32.spec \
33 oledlg.spec \
34 olesvr32.spec \
35 psapi.spec \
36 rasapi32.spec \
37 shell32.spec \
38 tapi32.spec \
39 user32.spec \
40 version.spec \
41 w32skrnl.spec \
42 winmm.spec \
43 winspool.spec \
44 wnaspi32.spec \
45 wow32.spec \
46 wsock32.spec
48 C_SRCS = \
49 builtin32.c \
50 relay386.c \
51 snoop.c
53 SPEC_FILES = $(DLLS:.spec=.c)
55 EXTRA_OBJS = $(DLLS:.spec=.o)
57 GEN_ASM_SRCS = \
58 call32.s
60 .SUFFIXES: .spec
62 .spec.c:
63 $(BUILD) -o $@ -spec $<
65 all: checkbuild $(MODULE).o
67 @MAKE_RULES@
69 $(SPEC_FILES): $(BUILD)
71 $(EXTRA_OBJS): $(TOPSRCDIR)/include/builtin32.h
73 call32.s: $(BUILD)
74 $(BUILD) -o $@ -call32
76 clean::
77 $(RM) $(SPEC_FILES)
79 ### Dependencies: