IShellFolder_BindToObject should respect riid.
[wine.git] / programs / Makefile.in
blob5a73a09e244ee3aadb7271a31dbb50e431b6f642
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 SUBDIRS = \
8 avitools \
9 clock \
10 cmdlgtst \
11 control \
12 notepad \
13 osversioncheck \
14 progman \
15 regapi \
16 regtest \
17 uninstaller \
18 view \
19 wcmd \
20 wineconsole \
21 winemine \
22 winetest \
23 winhelp \
24 winver
26 all: $(SUBDIRS)
28 @MAKE_RULES@
30 $(SUBDIRS:%=%/__checklink__): dummy
31 @cd `dirname $@` && $(MAKE) checklink
33 install:: $(SUBDIRS:%=%/__install__)
35 uninstall:: $(SUBDIRS:%=%/__uninstall__)
37 checklink:: $(SUBDIRS:%=%/__checklink__)
39 ### Dependencies: