Implemented regsvr32 tool. Based on ReactOS implementation.
[wine/multimedia.git] / programs / Makefile.in
blob1eae1292d7cbdd053b8b2578bb8550a4aba63dd9
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 regsvr32 \
18 regtest \
19 uninstaller \
20 view \
21 wcmd \
22 wineconsole \
23 winemine \
24 winetest \
25 winhelp \
26 winver
28 all: $(SUBDIRS)
30 @MAKE_RULES@
32 $(SUBDIRS:%=%/__checklink__): dummy
33 @cd `dirname $@` && $(MAKE) checklink
35 install:: $(SUBDIRS:%=%/__install__)
37 uninstall:: $(SUBDIRS:%=%/__uninstall__)
39 checklink:: $(SUBDIRS:%=%/__checklink__)
41 ### Dependencies: