shell32: Move systray handling to the explorer process.
[wine/wine64.git] / programs / Makefile.in
blob87053c4366449794fb5d26266e41e1b983b4796a
1 # Automatically generated by make_progs; DO NOT EDIT!!
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
8 SUBDIRS = \
9 avitools \
10 clock \
11 cmdlgtst \
12 control \
13 eject \
14 expand \
15 explorer \
16 hh \
17 msiexec \
18 notepad \
19 progman \
20 regedit \
21 regsvr32 \
22 rpcss \
23 rundll32 \
24 start \
25 taskmgr \
26 uninstaller \
27 view \
28 wcmd \
29 wineboot \
30 winebrowser \
31 winecfg \
32 wineconsole \
33 winedbg \
34 winefile \
35 winemenubuilder \
36 winemine \
37 winepath \
38 winetest \
39 winevdm \
40 winhelp \
41 winver \
42 wordpad
44 # Sub-directories to run make install into
45 INSTALLSUBDIRS = \
46 avitools \
47 clock \
48 control \
49 eject \
50 expand \
51 explorer \
52 hh \
53 msiexec \
54 notepad \
55 progman \
56 regedit \
57 regsvr32 \
58 rpcss \
59 rundll32 \
60 start \
61 taskmgr \
62 uninstaller \
63 wcmd \
64 wineboot \
65 winebrowser \
66 winecfg \
67 wineconsole \
68 winedbg \
69 winefile \
70 winemenubuilder \
71 winemine \
72 winepath \
73 winevdm \
74 winhelp \
75 winver \
76 wordpad
78 # Programs to install in bin directory
79 INSTALLPROGS = \
80 msiexec \
81 notepad \
82 progman \
83 regedit \
84 regsvr32 \
85 uninstaller \
86 wcmd \
87 wineboot \
88 winebrowser \
89 winecfg \
90 wineconsole \
91 winedbg \
92 winefile \
93 winemine \
94 winepath \
95 winhelp
97 # Symlinks to apps that we want to run from inside the source tree
98 SYMLINKS = \
99 aviinfo.exe$(DLLEXT) \
100 aviplay.exe$(DLLEXT) \
101 clock.exe$(DLLEXT) \
102 cmdlgtst.exe$(DLLEXT) \
103 control.exe$(DLLEXT) \
104 eject.exe$(DLLEXT) \
105 expand.exe$(DLLEXT) \
106 explorer.exe$(DLLEXT) \
107 hh.exe$(DLLEXT) \
108 icinfo.exe$(DLLEXT) \
109 msiexec.exe$(DLLEXT) \
110 notepad.exe$(DLLEXT) \
111 progman.exe$(DLLEXT) \
112 regedit.exe$(DLLEXT) \
113 regsvr32.exe$(DLLEXT) \
114 rpcss.exe$(DLLEXT) \
115 rundll32.exe$(DLLEXT) \
116 start.exe$(DLLEXT) \
117 taskmgr.exe$(DLLEXT) \
118 uninstaller.exe$(DLLEXT) \
119 view.exe$(DLLEXT) \
120 wcmd.exe$(DLLEXT) \
121 wineboot.exe$(DLLEXT) \
122 winebrowser.exe$(DLLEXT) \
123 winecfg.exe$(DLLEXT) \
124 wineconsole.exe$(DLLEXT) \
125 winedbg.exe$(DLLEXT) \
126 winefile.exe$(DLLEXT) \
127 winemenubuilder.exe$(DLLEXT) \
128 winemine.exe$(DLLEXT) \
129 winepath.exe$(DLLEXT) \
130 winetest.exe$(DLLEXT) \
131 winevdm.exe$(DLLEXT) \
132 winhelp.exe$(DLLEXT) \
133 winver.exe$(DLLEXT) \
134 wordpad.exe$(DLLEXT)
136 @MAKE_RULES@
138 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS)
140 wineapploader: wineapploader.in
141 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
143 winelauncher: winelauncher.in
144 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || ($(RM) $@ && false)
146 # Rules for installation
148 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
150 install-apploader: wineapploader dummy
151 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
152 $(INSTALL_SCRIPT) wineapploader $(DESTDIR)$(bindir)/wineapploader
154 $(INSTALLPROGS:%=%/__installprog__): install-apploader
155 $(RM) $(DESTDIR)$(bindir)/`dirname $@` && $(LN) $(DESTDIR)$(bindir)/wineapploader $(DESTDIR)$(bindir)/`dirname $@`
157 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
158 $(RM) $(DESTDIR)$(bindir)/wineapploader
160 install-progs: # nothing to do here
162 install:: winelauncher install-progs$(DLLEXT)
163 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
164 $(INSTALL_SCRIPT) winelauncher $(DESTDIR)$(bindir)/winelauncher
166 uninstall::
167 -cd $(DESTDIR)$(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
168 -rmdir $(DESTDIR)$(dlldir)
170 clean::
171 $(RM) wineapploader winelauncher $(SYMLINKS)
173 # Rules for testing
175 check test:: $(SUBDIRS:%=%/__test__)
177 # Rules for symlinks
179 aviinfo.exe$(DLLEXT): avitools/aviinfo.exe$(DLLEXT)
180 $(RM) $@ && $(LN_S) avitools/aviinfo.exe$(DLLEXT) $@
182 aviplay.exe$(DLLEXT): avitools/aviplay.exe$(DLLEXT)
183 $(RM) $@ && $(LN_S) avitools/aviplay.exe$(DLLEXT) $@
185 clock.exe$(DLLEXT): clock/clock.exe$(DLLEXT)
186 $(RM) $@ && $(LN_S) clock/clock.exe$(DLLEXT) $@
188 cmdlgtst.exe$(DLLEXT): cmdlgtst/cmdlgtst.exe$(DLLEXT)
189 $(RM) $@ && $(LN_S) cmdlgtst/cmdlgtst.exe$(DLLEXT) $@
191 control.exe$(DLLEXT): control/control.exe$(DLLEXT)
192 $(RM) $@ && $(LN_S) control/control.exe$(DLLEXT) $@
194 eject.exe$(DLLEXT): eject/eject.exe$(DLLEXT)
195 $(RM) $@ && $(LN_S) eject/eject.exe$(DLLEXT) $@
197 expand.exe$(DLLEXT): expand/expand.exe$(DLLEXT)
198 $(RM) $@ && $(LN_S) expand/expand.exe$(DLLEXT) $@
200 explorer.exe$(DLLEXT): explorer/explorer.exe$(DLLEXT)
201 $(RM) $@ && $(LN_S) explorer/explorer.exe$(DLLEXT) $@
203 hh.exe$(DLLEXT): hh/hh.exe$(DLLEXT)
204 $(RM) $@ && $(LN_S) hh/hh.exe$(DLLEXT) $@
206 icinfo.exe$(DLLEXT): avitools/icinfo.exe$(DLLEXT)
207 $(RM) $@ && $(LN_S) avitools/icinfo.exe$(DLLEXT) $@
209 msiexec.exe$(DLLEXT): msiexec/msiexec.exe$(DLLEXT)
210 $(RM) $@ && $(LN_S) msiexec/msiexec.exe$(DLLEXT) $@
212 notepad.exe$(DLLEXT): notepad/notepad.exe$(DLLEXT)
213 $(RM) $@ && $(LN_S) notepad/notepad.exe$(DLLEXT) $@
215 progman.exe$(DLLEXT): progman/progman.exe$(DLLEXT)
216 $(RM) $@ && $(LN_S) progman/progman.exe$(DLLEXT) $@
218 regedit.exe$(DLLEXT): regedit/regedit.exe$(DLLEXT)
219 $(RM) $@ && $(LN_S) regedit/regedit.exe$(DLLEXT) $@
221 regsvr32.exe$(DLLEXT): regsvr32/regsvr32.exe$(DLLEXT)
222 $(RM) $@ && $(LN_S) regsvr32/regsvr32.exe$(DLLEXT) $@
224 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
225 $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
227 rundll32.exe$(DLLEXT): rundll32/rundll32.exe$(DLLEXT)
228 $(RM) $@ && $(LN_S) rundll32/rundll32.exe$(DLLEXT) $@
230 start.exe$(DLLEXT): start/start.exe$(DLLEXT)
231 $(RM) $@ && $(LN_S) start/start.exe$(DLLEXT) $@
233 taskmgr.exe$(DLLEXT): taskmgr/taskmgr.exe$(DLLEXT)
234 $(RM) $@ && $(LN_S) taskmgr/taskmgr.exe$(DLLEXT) $@
236 uninstaller.exe$(DLLEXT): uninstaller/uninstaller.exe$(DLLEXT)
237 $(RM) $@ && $(LN_S) uninstaller/uninstaller.exe$(DLLEXT) $@
239 view.exe$(DLLEXT): view/view.exe$(DLLEXT)
240 $(RM) $@ && $(LN_S) view/view.exe$(DLLEXT) $@
242 wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
243 $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
245 wineboot.exe$(DLLEXT): wineboot/wineboot.exe$(DLLEXT)
246 $(RM) $@ && $(LN_S) wineboot/wineboot.exe$(DLLEXT) $@
248 winebrowser.exe$(DLLEXT): winebrowser/winebrowser.exe$(DLLEXT)
249 $(RM) $@ && $(LN_S) winebrowser/winebrowser.exe$(DLLEXT) $@
251 winecfg.exe$(DLLEXT): winecfg/winecfg.exe$(DLLEXT)
252 $(RM) $@ && $(LN_S) winecfg/winecfg.exe$(DLLEXT) $@
254 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
255 $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
257 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
258 $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
260 winefile.exe$(DLLEXT): winefile/winefile.exe$(DLLEXT)
261 $(RM) $@ && $(LN_S) winefile/winefile.exe$(DLLEXT) $@
263 winemenubuilder.exe$(DLLEXT): winemenubuilder/winemenubuilder.exe$(DLLEXT)
264 $(RM) $@ && $(LN_S) winemenubuilder/winemenubuilder.exe$(DLLEXT) $@
266 winemine.exe$(DLLEXT): winemine/winemine.exe$(DLLEXT)
267 $(RM) $@ && $(LN_S) winemine/winemine.exe$(DLLEXT) $@
269 winepath.exe$(DLLEXT): winepath/winepath.exe$(DLLEXT)
270 $(RM) $@ && $(LN_S) winepath/winepath.exe$(DLLEXT) $@
272 winetest.exe$(DLLEXT): winetest/winetest.exe$(DLLEXT)
273 $(RM) $@ && $(LN_S) winetest/winetest.exe$(DLLEXT) $@
275 winevdm.exe$(DLLEXT): winevdm/winevdm.exe$(DLLEXT)
276 $(RM) $@ && $(LN_S) winevdm/winevdm.exe$(DLLEXT) $@
278 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
279 $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
281 winver.exe$(DLLEXT): winver/winver.exe$(DLLEXT)
282 $(RM) $@ && $(LN_S) winver/winver.exe$(DLLEXT) $@
284 wordpad.exe$(DLLEXT): wordpad/wordpad.exe$(DLLEXT)
285 $(RM) $@ && $(LN_S) wordpad/wordpad.exe$(DLLEXT) $@
287 avitools/aviinfo.exe$(DLLEXT): avitools
288 avitools/aviplay.exe$(DLLEXT): avitools
289 clock/clock.exe$(DLLEXT): clock
290 cmdlgtst/cmdlgtst.exe$(DLLEXT): cmdlgtst
291 control/control.exe$(DLLEXT): control
292 eject/eject.exe$(DLLEXT): eject
293 expand/expand.exe$(DLLEXT): expand
294 explorer/explorer.exe$(DLLEXT): explorer
295 hh/hh.exe$(DLLEXT): hh
296 avitools/icinfo.exe$(DLLEXT): avitools
297 msiexec/msiexec.exe$(DLLEXT): msiexec
298 notepad/notepad.exe$(DLLEXT): notepad
299 progman/progman.exe$(DLLEXT): progman
300 regedit/regedit.exe$(DLLEXT): regedit
301 regsvr32/regsvr32.exe$(DLLEXT): regsvr32
302 rpcss/rpcss.exe$(DLLEXT): rpcss
303 rundll32/rundll32.exe$(DLLEXT): rundll32
304 start/start.exe$(DLLEXT): start
305 taskmgr/taskmgr.exe$(DLLEXT): taskmgr
306 uninstaller/uninstaller.exe$(DLLEXT): uninstaller
307 view/view.exe$(DLLEXT): view
308 wcmd/wcmd.exe$(DLLEXT): wcmd
309 wineboot/wineboot.exe$(DLLEXT): wineboot
310 winebrowser/winebrowser.exe$(DLLEXT): winebrowser
311 winecfg/winecfg.exe$(DLLEXT): winecfg
312 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
313 winedbg/winedbg.exe$(DLLEXT): winedbg
314 winefile/winefile.exe$(DLLEXT): winefile
315 winemenubuilder/winemenubuilder.exe$(DLLEXT): winemenubuilder
316 winemine/winemine.exe$(DLLEXT): winemine
317 winepath/winepath.exe$(DLLEXT): winepath
318 winetest/winetest.exe$(DLLEXT): winetest
319 winevdm/winevdm.exe$(DLLEXT): winevdm
320 winhelp/winhelp.exe$(DLLEXT): winhelp
321 winver/winver.exe$(DLLEXT): winver
322 wordpad/wordpad.exe$(DLLEXT): wordpad
324 ### Dependencies: