Always return success instead of overflow if caller didn't specify a
[wine/multimedia.git] / programs / Makefile.in
blob79e84ebf1218c25cc1ca7bfe63731fc4bb9a0bad
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 winemine \
21 winhelp \
22 winver
24 all: $(SUBDIRS)
26 @MAKE_RULES@
28 $(SUBDIRS:%=%/__checklink__): dummy
29 @cd `dirname $@` && $(MAKE) checklink
31 install:: $(SUBDIRS:%=%/__install__)
33 uninstall:: $(SUBDIRS:%=%/__uninstall__)
35 checklink:: $(SUBDIRS:%=%/__checklink__)
37 ### Dependencies: