Stub for VerifyVersionInfoW.
[wine/multimedia.git] / programs / Makefile.in
blob55945057a80cfd40f0dfb93723ed284b0de257be
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 INSTALLSUBDIRS = \
8 control \
9 notepad \
10 progman \
11 regedit \
12 regsvr32 \
13 uninstaller \
14 wcmd \
15 wineconsole \
16 winemine \
17 winepath \
18 winhelp \
19 winver
21 # Programs that are not generally useful and don't get installed
22 # Use 'make everything' to build them
23 OTHERSUBDIRS = \
24 avitools \
25 clock \
26 cmdlgtst \
27 osversioncheck \
28 regapi \
29 regtest \
30 view \
31 winetest
33 SUBDIRS = $(INSTALLSUBDIRS) $(OTHERSUBDIRS)
35 all: $(INSTALLSUBDIRS)
37 @MAKE_RULES@
39 everything: $(SUBDIRS)
41 install-everything: $(SUBDIRS:%=%/__install__)
43 uninstall-everything: $(SUBDIRS:%=%/__uninstall__)
45 install:: $(INSTALLSUBDIRS:%=%/__install__)
47 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
49 $(SUBDIRS:%=%/__checklink__): dummy
50 @cd `dirname $@` && $(MAKE) checklink
52 check test:: $(SUBDIRS:%=%/__test__)
54 checklink:: $(SUBDIRS:%=%/__checklink__)
56 ### Dependencies: