Release 980628
[wine/gsoc-2012-control.git] / relay32 / Makefile.in
bloba8aa55b704d1806af3651f1d4468e5153fd94313
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 kernel32.spec \
21 lz32.spec \
22 mpr.spec \
23 msvfw32.spec \
24 ntdll.spec \
25 ole32.spec \
26 oleaut32.spec \
27 olecli32.spec \
28 olesvr32.spec \
29 shell32.spec \
30 tapi32.spec \
31 user32.spec \
32 version.spec \
33 w32skrnl.spec \
34 winmm.spec \
35 winspool.spec \
36 wnaspi32.spec \
37 wow32.spec \
38 wsock32.spec
40 C_SRCS = \
41 builtin32.c \
42 relay386.c \
43 snoop.c
45 SPEC_FILES = $(DLLS:.spec=.c)
47 EXTRA_OBJS = $(DLLS:.spec=.o)
49 GEN_ASM_SRCS = \
50 call32.s
52 .SUFFIXES: .spec
54 .spec.c:
55 $(BUILD) -o $@ -spec $<
57 all: checkbuild $(MODULE).o
59 @MAKE_RULES@
61 $(SPEC_FILES): $(BUILD)
63 $(EXTRA_OBJS): $(TOPSRCDIR)/include/builtin32.h
65 call32.s: $(BUILD)
66 $(BUILD) -o $@ -call32
68 clean::
69 $(RM) $(SPEC_FILES)
71 ### Dependencies: