GET FUNCTIONALITY/STATE INFORMATION: The input parameter ES:DI is a
[wine/wine-kai.git] / programs / Makefile.in
blobfb12ead5a5fc02b42aa4568342937270256706af
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 regedit \
17 regtest \
18 uninstaller \
19 view \
20 wcmd \
21 wineconsole \
22 winemine \
23 winetest \
24 winhelp \
25 winver
27 all: $(SUBDIRS)
29 @MAKE_RULES@
31 $(SUBDIRS:%=%/__checklink__): dummy
32 @cd `dirname $@` && $(MAKE) checklink
34 install:: $(SUBDIRS:%=%/__install__)
36 uninstall:: $(SUBDIRS:%=%/__uninstall__)
38 checklink:: $(SUBDIRS:%=%/__checklink__)
40 ### Dependencies: