Implemented SHCreateShellFolderViewEx.
[wine/hacks.git] / if1632 / Makefile.in
blob8dc4ff3c45a61ffe93571552449fd4e197bbfe03
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = if1632
8 SPEC_SRCS = \
9 avifile.spec \
10 comm.spec \
11 commdlg.spec \
12 compobj.spec \
13 ddeml.spec \
14 dispdib.spec \
15 display.spec \
16 gdi.spec \
17 kernel.spec \
18 keyboard.spec \
19 lzexpand.spec \
20 mmsystem.spec \
21 mouse.spec \
22 msacm.spec \
23 msvideo.spec \
24 ole2.spec \
25 ole2conv.spec \
26 ole2disp.spec \
27 ole2nls.spec \
28 ole2prox.spec \
29 ole2thk.spec \
30 olecli.spec \
31 olesvr.spec \
32 rasapi16.spec \
33 shell.spec \
34 sound.spec \
35 storage.spec \
36 stress.spec \
37 system.spec \
38 toolhelp.spec \
39 typelib.spec \
40 user.spec \
41 ver.spec \
42 w32sys.spec \
43 win32s16.spec \
44 win87em.spec \
45 winaspi.spec \
46 windebug.spec \
47 wineps.spec \
48 wing.spec \
49 winsock.spec \
50 wprocs.spec
52 C_SRCS = \
53 builtin.c \
54 dummy.c \
55 relay.c \
56 snoop.c \
57 thunk.c
59 GEN_ASM_SRCS = \
60 call16.s
62 GLUE = $(SPEC_SRCS:.spec=.spec.c) \
63 thunk.c
65 all: $(MODULE).o
67 @MAKE_RULES@
69 call16.s: $(BUILD)
70 $(BUILD) @BUILDFLAGS@ -o $@ -call16
72 ### Dependencies: