Added infrastructure and definitions for general-purpose event and IRQ
[wine.git] / relay32 / Makefile.in
blob4c1ca52dcd0c0da44274653fd88c7316080f82cb
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 \
52 utthunk.c
54 SPEC_FILES = $(DLLS:.spec=.c)
56 EXTRA_OBJS = $(DLLS:.spec=.o)
58 GEN_ASM_SRCS = \
59 call32.s
61 .SUFFIXES: .spec
63 .spec.c:
64 $(BUILD) -o $@ -spec $<
66 all: checkbuild $(MODULE).o
68 @MAKE_RULES@
70 $(SPEC_FILES): $(BUILD)
72 $(EXTRA_OBJS): $(TOPSRCDIR)/include/builtin32.h
74 call32.s: $(BUILD)
75 $(BUILD) -o $@ -call32
77 clean::
78 $(RM) $(SPEC_FILES)
80 ### Dependencies: