Update the modemn status bit that indicates whether the RLSD line is
[wine.git] / relay32 / Makefile.in
blobb3bfa74dd65e859d3bcb507e9c48e0e08fd3c327
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 comctl32.spec \
11 comdlg32.spec \
12 crtdll.spec \
13 dciman32.spec \
14 ddraw.spec \
15 dinput.spec \
16 dplay.spec \
17 dplayx.spec \
18 dsound.spec \
19 gdi32.spec \
20 imm32.spec \
21 kernel32.spec \
22 lz32.spec \
23 mpr.spec \
24 msnet32.spec \
25 msvfw32.spec \
26 ntdll.spec \
27 ole32.spec \
28 oleaut32.spec \
29 olecli32.spec \
30 oledlg.spec \
31 olesvr32.spec \
32 psapi.spec \
33 rasapi32.spec \
34 shell32.spec \
35 tapi32.spec \
36 user32.spec \
37 version.spec \
38 w32skrnl.spec \
39 winmm.spec \
40 winspool.spec \
41 wnaspi32.spec \
42 wow32.spec \
43 wsock32.spec
45 C_SRCS = \
46 builtin32.c \
47 relay386.c \
48 snoop.c
50 SPEC_FILES = $(DLLS:.spec=.c)
52 EXTRA_OBJS = $(DLLS:.spec=.o)
54 GEN_ASM_SRCS = \
55 call32.s
57 .SUFFIXES: .spec
59 .spec.c:
60 $(BUILD) -o $@ -spec $<
62 all: checkbuild $(MODULE).o
64 @MAKE_RULES@
66 $(SPEC_FILES): $(BUILD)
68 $(EXTRA_OBJS): $(TOPSRCDIR)/include/builtin32.h
70 call32.s: $(BUILD)
71 $(BUILD) -o $@ -call32
73 clean::
74 $(RM) $(SPEC_FILES)
76 ### Dependencies: