server: Added access rights mapping to process and thread objects.
[wine/multimedia.git] / programs / Makefile.in
bloba02a1ef8fee5210af2f3f44139eb4a7454ef44e0
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
43 # Sub-directories to run make install into
44 INSTALLSUBDIRS = \
45 avitools \
46 clock \
47 control \
48 eject \
49 expand \
50 explorer \
51 hh \
52 msiexec \
53 notepad \
54 progman \
55 regedit \
56 regsvr32 \
57 rpcss \
58 rundll32 \
59 start \
60 taskmgr \
61 uninstaller \
62 wcmd \
63 wineboot \
64 winebrowser \
65 winecfg \
66 wineconsole \
67 winedbg \
68 winefile \
69 winemenubuilder \
70 winemine \
71 winepath \
72 winetest \
73 winevdm \
74 winhelp \
75 winver
77 # Programs to install in bin directory
78 INSTALLPROGS = \
79 msiexec \
80 notepad \
81 progman \
82 regedit \
83 regsvr32 \
84 uninstaller \
85 wcmd \
86 wineboot \
87 winebrowser \
88 winecfg \
89 wineconsole \
90 winedbg \
91 winefile \
92 winemine \
93 winepath \
94 winhelp
96 # Symlinks to apps that we want to run from inside the source tree
97 SYMLINKS = \
98 aviinfo.exe$(DLLEXT) \
99 aviplay.exe$(DLLEXT) \
100 clock.exe$(DLLEXT) \
101 cmdlgtst.exe$(DLLEXT) \
102 control.exe$(DLLEXT) \
103 eject.exe$(DLLEXT) \
104 expand.exe$(DLLEXT) \
105 explorer.exe$(DLLEXT) \
106 hh.exe$(DLLEXT) \
107 icinfo.exe$(DLLEXT) \
108 msiexec.exe$(DLLEXT) \
109 notepad.exe$(DLLEXT) \
110 progman.exe$(DLLEXT) \
111 regedit.exe$(DLLEXT) \
112 regsvr32.exe$(DLLEXT) \
113 rpcss.exe$(DLLEXT) \
114 rundll32.exe$(DLLEXT) \
115 start.exe$(DLLEXT) \
116 taskmgr.exe$(DLLEXT) \
117 uninstaller.exe$(DLLEXT) \
118 view.exe$(DLLEXT) \
119 wcmd.exe$(DLLEXT) \
120 wineboot.exe$(DLLEXT) \
121 winebrowser.exe$(DLLEXT) \
122 winecfg.exe$(DLLEXT) \
123 wineconsole.exe$(DLLEXT) \
124 winedbg.exe$(DLLEXT) \
125 winefile.exe$(DLLEXT) \
126 winemenubuilder.exe$(DLLEXT) \
127 winemine.exe$(DLLEXT) \
128 winepath.exe$(DLLEXT) \
129 winetest.exe$(DLLEXT) \
130 winevdm.exe$(DLLEXT) \
131 winhelp.exe$(DLLEXT) \
132 winver.exe$(DLLEXT)
134 @MAKE_RULES@
136 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS)
138 wineapploader: wineapploader.in
139 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
141 winelauncher: winelauncher.in
142 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || ($(RM) $@ && false)
144 # Rules for installation
146 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
148 install-apploader: wineapploader dummy
149 $(MKINSTALLDIRS) $(bindir)
150 $(INSTALL_SCRIPT) wineapploader $(bindir)/wineapploader
152 $(INSTALLPROGS:%=%/__installprog__): install-apploader
153 $(RM) $(bindir)/`dirname $@` && $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
155 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
156 $(RM) $(bindir)/wineapploader
158 install-progs: # nothing to do here
160 install:: winelauncher install-progs$(DLLEXT)
161 $(MKINSTALLDIRS) $(bindir)
162 $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
164 uninstall::
165 -cd $(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
166 -rmdir $(dlldir)
168 clean::
169 $(RM) wineapploader winelauncher $(SYMLINKS)
171 # Rules for testing
173 check test:: $(SUBDIRS:%=%/__test__)
175 # Rules for symlinks
177 aviinfo.exe$(DLLEXT): avitools/aviinfo.exe$(DLLEXT)
178 $(RM) $@ && $(LN_S) avitools/aviinfo.exe$(DLLEXT) $@
180 aviplay.exe$(DLLEXT): avitools/aviplay.exe$(DLLEXT)
181 $(RM) $@ && $(LN_S) avitools/aviplay.exe$(DLLEXT) $@
183 clock.exe$(DLLEXT): clock/clock.exe$(DLLEXT)
184 $(RM) $@ && $(LN_S) clock/clock.exe$(DLLEXT) $@
186 cmdlgtst.exe$(DLLEXT): cmdlgtst/cmdlgtst.exe$(DLLEXT)
187 $(RM) $@ && $(LN_S) cmdlgtst/cmdlgtst.exe$(DLLEXT) $@
189 control.exe$(DLLEXT): control/control.exe$(DLLEXT)
190 $(RM) $@ && $(LN_S) control/control.exe$(DLLEXT) $@
192 eject.exe$(DLLEXT): eject/eject.exe$(DLLEXT)
193 $(RM) $@ && $(LN_S) eject/eject.exe$(DLLEXT) $@
195 expand.exe$(DLLEXT): expand/expand.exe$(DLLEXT)
196 $(RM) $@ && $(LN_S) expand/expand.exe$(DLLEXT) $@
198 explorer.exe$(DLLEXT): explorer/explorer.exe$(DLLEXT)
199 $(RM) $@ && $(LN_S) explorer/explorer.exe$(DLLEXT) $@
201 hh.exe$(DLLEXT): hh/hh.exe$(DLLEXT)
202 $(RM) $@ && $(LN_S) hh/hh.exe$(DLLEXT) $@
204 icinfo.exe$(DLLEXT): avitools/icinfo.exe$(DLLEXT)
205 $(RM) $@ && $(LN_S) avitools/icinfo.exe$(DLLEXT) $@
207 msiexec.exe$(DLLEXT): msiexec/msiexec.exe$(DLLEXT)
208 $(RM) $@ && $(LN_S) msiexec/msiexec.exe$(DLLEXT) $@
210 notepad.exe$(DLLEXT): notepad/notepad.exe$(DLLEXT)
211 $(RM) $@ && $(LN_S) notepad/notepad.exe$(DLLEXT) $@
213 progman.exe$(DLLEXT): progman/progman.exe$(DLLEXT)
214 $(RM) $@ && $(LN_S) progman/progman.exe$(DLLEXT) $@
216 regedit.exe$(DLLEXT): regedit/regedit.exe$(DLLEXT)
217 $(RM) $@ && $(LN_S) regedit/regedit.exe$(DLLEXT) $@
219 regsvr32.exe$(DLLEXT): regsvr32/regsvr32.exe$(DLLEXT)
220 $(RM) $@ && $(LN_S) regsvr32/regsvr32.exe$(DLLEXT) $@
222 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
223 $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
225 rundll32.exe$(DLLEXT): rundll32/rundll32.exe$(DLLEXT)
226 $(RM) $@ && $(LN_S) rundll32/rundll32.exe$(DLLEXT) $@
228 start.exe$(DLLEXT): start/start.exe$(DLLEXT)
229 $(RM) $@ && $(LN_S) start/start.exe$(DLLEXT) $@
231 taskmgr.exe$(DLLEXT): taskmgr/taskmgr.exe$(DLLEXT)
232 $(RM) $@ && $(LN_S) taskmgr/taskmgr.exe$(DLLEXT) $@
234 uninstaller.exe$(DLLEXT): uninstaller/uninstaller.exe$(DLLEXT)
235 $(RM) $@ && $(LN_S) uninstaller/uninstaller.exe$(DLLEXT) $@
237 view.exe$(DLLEXT): view/view.exe$(DLLEXT)
238 $(RM) $@ && $(LN_S) view/view.exe$(DLLEXT) $@
240 wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
241 $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
243 wineboot.exe$(DLLEXT): wineboot/wineboot.exe$(DLLEXT)
244 $(RM) $@ && $(LN_S) wineboot/wineboot.exe$(DLLEXT) $@
246 winebrowser.exe$(DLLEXT): winebrowser/winebrowser.exe$(DLLEXT)
247 $(RM) $@ && $(LN_S) winebrowser/winebrowser.exe$(DLLEXT) $@
249 winecfg.exe$(DLLEXT): winecfg/winecfg.exe$(DLLEXT)
250 $(RM) $@ && $(LN_S) winecfg/winecfg.exe$(DLLEXT) $@
252 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
253 $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
255 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
256 $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
258 winefile.exe$(DLLEXT): winefile/winefile.exe$(DLLEXT)
259 $(RM) $@ && $(LN_S) winefile/winefile.exe$(DLLEXT) $@
261 winemenubuilder.exe$(DLLEXT): winemenubuilder/winemenubuilder.exe$(DLLEXT)
262 $(RM) $@ && $(LN_S) winemenubuilder/winemenubuilder.exe$(DLLEXT) $@
264 winemine.exe$(DLLEXT): winemine/winemine.exe$(DLLEXT)
265 $(RM) $@ && $(LN_S) winemine/winemine.exe$(DLLEXT) $@
267 winepath.exe$(DLLEXT): winepath/winepath.exe$(DLLEXT)
268 $(RM) $@ && $(LN_S) winepath/winepath.exe$(DLLEXT) $@
270 winetest.exe$(DLLEXT): winetest/winetest.exe$(DLLEXT)
271 $(RM) $@ && $(LN_S) winetest/winetest.exe$(DLLEXT) $@
273 winevdm.exe$(DLLEXT): winevdm/winevdm.exe$(DLLEXT)
274 $(RM) $@ && $(LN_S) winevdm/winevdm.exe$(DLLEXT) $@
276 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
277 $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
279 winver.exe$(DLLEXT): winver/winver.exe$(DLLEXT)
280 $(RM) $@ && $(LN_S) winver/winver.exe$(DLLEXT) $@
282 avitools/aviinfo.exe$(DLLEXT): avitools
283 avitools/aviplay.exe$(DLLEXT): avitools
284 clock/clock.exe$(DLLEXT): clock
285 cmdlgtst/cmdlgtst.exe$(DLLEXT): cmdlgtst
286 control/control.exe$(DLLEXT): control
287 eject/eject.exe$(DLLEXT): eject
288 expand/expand.exe$(DLLEXT): expand
289 explorer/explorer.exe$(DLLEXT): explorer
290 hh/hh.exe$(DLLEXT): hh
291 avitools/icinfo.exe$(DLLEXT): avitools
292 msiexec/msiexec.exe$(DLLEXT): msiexec
293 notepad/notepad.exe$(DLLEXT): notepad
294 progman/progman.exe$(DLLEXT): progman
295 regedit/regedit.exe$(DLLEXT): regedit
296 regsvr32/regsvr32.exe$(DLLEXT): regsvr32
297 rpcss/rpcss.exe$(DLLEXT): rpcss
298 rundll32/rundll32.exe$(DLLEXT): rundll32
299 start/start.exe$(DLLEXT): start
300 taskmgr/taskmgr.exe$(DLLEXT): taskmgr
301 uninstaller/uninstaller.exe$(DLLEXT): uninstaller
302 view/view.exe$(DLLEXT): view
303 wcmd/wcmd.exe$(DLLEXT): wcmd
304 wineboot/wineboot.exe$(DLLEXT): wineboot
305 winebrowser/winebrowser.exe$(DLLEXT): winebrowser
306 winecfg/winecfg.exe$(DLLEXT): winecfg
307 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
308 winedbg/winedbg.exe$(DLLEXT): winedbg
309 winefile/winefile.exe$(DLLEXT): winefile
310 winemenubuilder/winemenubuilder.exe$(DLLEXT): winemenubuilder
311 winemine/winemine.exe$(DLLEXT): winemine
312 winepath/winepath.exe$(DLLEXT): winepath
313 winetest/winetest.exe$(DLLEXT): winetest
314 winevdm/winevdm.exe$(DLLEXT): winevdm
315 winhelp/winhelp.exe$(DLLEXT): winhelp
316 winver/winver.exe$(DLLEXT): winver
318 ### Dependencies: