Do not pass an invalid target buffer info to WideCharToMultiByte.
[wine/dcerpc.git] / programs / Makefile.in
blob546b85a664f708125899883ae2f4511c3f2ec779
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 expand \
14 msiexec \
15 notepad \
16 progman \
17 regedit \
18 regsvr32 \
19 rpcss \
20 rundll32 \
21 start \
22 taskmgr \
23 uninstaller \
24 view \
25 wcmd \
26 wineboot \
27 winebrowser \
28 winecfg \
29 wineconsole \
30 winedbg \
31 winefile \
32 winemenubuilder \
33 winemine \
34 winepath \
35 winetest \
36 winevdm \
37 winhelp \
38 winver
40 # Sub-directories to run make install into
41 INSTALLSUBDIRS = \
42 avitools \
43 clock \
44 control \
45 expand \
46 msiexec \
47 notepad \
48 progman \
49 regedit \
50 regsvr32 \
51 rpcss \
52 rundll32 \
53 start \
54 taskmgr \
55 uninstaller \
56 wcmd \
57 wineboot \
58 winebrowser \
59 winecfg \
60 wineconsole \
61 winedbg \
62 winefile \
63 winemenubuilder \
64 winemine \
65 winepath \
66 winetest \
67 winevdm \
68 winhelp \
69 winver
71 # Programs to install in bin directory
72 INSTALLPROGS = \
73 msiexec \
74 notepad \
75 progman \
76 regedit \
77 regsvr32 \
78 uninstaller \
79 wcmd \
80 wineboot \
81 winebrowser \
82 winecfg \
83 wineconsole \
84 winedbg \
85 winefile \
86 winemine \
87 winepath \
88 winhelp
90 # Symlinks to apps that we want to run from inside the source tree
91 SYMLINKS = \
92 aviinfo.exe$(DLLEXT) \
93 aviplay.exe$(DLLEXT) \
94 clock.exe$(DLLEXT) \
95 cmdlgtst.exe$(DLLEXT) \
96 control.exe$(DLLEXT) \
97 expand.exe$(DLLEXT) \
98 icinfo.exe$(DLLEXT) \
99 msiexec.exe$(DLLEXT) \
100 notepad.exe$(DLLEXT) \
101 progman.exe$(DLLEXT) \
102 regedit.exe$(DLLEXT) \
103 regsvr32.exe$(DLLEXT) \
104 rpcss.exe$(DLLEXT) \
105 rundll32.exe$(DLLEXT) \
106 start.exe$(DLLEXT) \
107 taskmgr.exe$(DLLEXT) \
108 uninstaller.exe$(DLLEXT) \
109 view.exe$(DLLEXT) \
110 wcmd.exe$(DLLEXT) \
111 wineboot.exe$(DLLEXT) \
112 winebrowser.exe$(DLLEXT) \
113 winecfg.exe$(DLLEXT) \
114 wineconsole.exe$(DLLEXT) \
115 winedbg.exe$(DLLEXT) \
116 winefile.exe$(DLLEXT) \
117 winemenubuilder.exe$(DLLEXT) \
118 winemine.exe$(DLLEXT) \
119 winepath.exe$(DLLEXT) \
120 winetest.exe$(DLLEXT) \
121 winevdm.exe$(DLLEXT) \
122 winhelp.exe$(DLLEXT) \
123 winver.exe$(DLLEXT)
125 @MAKE_RULES@
127 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS)
129 wineapploader: wineapploader.in
130 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
132 winelauncher: winelauncher.in
133 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || ($(RM) $@ && false)
135 # Rules for installation
137 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
139 install-apploader: wineapploader dummy
140 $(MKINSTALLDIRS) $(bindir)
141 $(INSTALL_SCRIPT) wineapploader $(bindir)/wineapploader
143 $(INSTALLPROGS:%=%/__installprog__): install-apploader
144 $(RM) $(bindir)/`dirname $@` && $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
146 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
147 $(RM) $(bindir)/wineapploader
149 install-progs: # nothing to do here
151 install:: winelauncher install-progs$(DLLEXT)
152 $(MKINSTALLDIRS) $(bindir)
153 $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
155 uninstall::
156 -cd $(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
157 -rmdir $(dlldir)
159 clean::
160 $(RM) wineapploader winelauncher $(SYMLINKS)
162 # Rules for testing
164 check test:: $(SUBDIRS:%=%/__test__)
166 # Rules for symlinks
168 aviinfo.exe$(DLLEXT): avitools/aviinfo.exe$(DLLEXT)
169 $(RM) $@ && $(LN_S) avitools/aviinfo.exe$(DLLEXT) $@
171 aviplay.exe$(DLLEXT): avitools/aviplay.exe$(DLLEXT)
172 $(RM) $@ && $(LN_S) avitools/aviplay.exe$(DLLEXT) $@
174 clock.exe$(DLLEXT): clock/clock.exe$(DLLEXT)
175 $(RM) $@ && $(LN_S) clock/clock.exe$(DLLEXT) $@
177 cmdlgtst.exe$(DLLEXT): cmdlgtst/cmdlgtst.exe$(DLLEXT)
178 $(RM) $@ && $(LN_S) cmdlgtst/cmdlgtst.exe$(DLLEXT) $@
180 control.exe$(DLLEXT): control/control.exe$(DLLEXT)
181 $(RM) $@ && $(LN_S) control/control.exe$(DLLEXT) $@
183 expand.exe$(DLLEXT): expand/expand.exe$(DLLEXT)
184 $(RM) $@ && $(LN_S) expand/expand.exe$(DLLEXT) $@
186 icinfo.exe$(DLLEXT): avitools/icinfo.exe$(DLLEXT)
187 $(RM) $@ && $(LN_S) avitools/icinfo.exe$(DLLEXT) $@
189 msiexec.exe$(DLLEXT): msiexec/msiexec.exe$(DLLEXT)
190 $(RM) $@ && $(LN_S) msiexec/msiexec.exe$(DLLEXT) $@
192 notepad.exe$(DLLEXT): notepad/notepad.exe$(DLLEXT)
193 $(RM) $@ && $(LN_S) notepad/notepad.exe$(DLLEXT) $@
195 progman.exe$(DLLEXT): progman/progman.exe$(DLLEXT)
196 $(RM) $@ && $(LN_S) progman/progman.exe$(DLLEXT) $@
198 regedit.exe$(DLLEXT): regedit/regedit.exe$(DLLEXT)
199 $(RM) $@ && $(LN_S) regedit/regedit.exe$(DLLEXT) $@
201 regsvr32.exe$(DLLEXT): regsvr32/regsvr32.exe$(DLLEXT)
202 $(RM) $@ && $(LN_S) regsvr32/regsvr32.exe$(DLLEXT) $@
204 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
205 $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
207 rundll32.exe$(DLLEXT): rundll32/rundll32.exe$(DLLEXT)
208 $(RM) $@ && $(LN_S) rundll32/rundll32.exe$(DLLEXT) $@
210 start.exe$(DLLEXT): start/start.exe$(DLLEXT)
211 $(RM) $@ && $(LN_S) start/start.exe$(DLLEXT) $@
213 taskmgr.exe$(DLLEXT): taskmgr/taskmgr.exe$(DLLEXT)
214 $(RM) $@ && $(LN_S) taskmgr/taskmgr.exe$(DLLEXT) $@
216 uninstaller.exe$(DLLEXT): uninstaller/uninstaller.exe$(DLLEXT)
217 $(RM) $@ && $(LN_S) uninstaller/uninstaller.exe$(DLLEXT) $@
219 view.exe$(DLLEXT): view/view.exe$(DLLEXT)
220 $(RM) $@ && $(LN_S) view/view.exe$(DLLEXT) $@
222 wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
223 $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
225 wineboot.exe$(DLLEXT): wineboot/wineboot.exe$(DLLEXT)
226 $(RM) $@ && $(LN_S) wineboot/wineboot.exe$(DLLEXT) $@
228 winebrowser.exe$(DLLEXT): winebrowser/winebrowser.exe$(DLLEXT)
229 $(RM) $@ && $(LN_S) winebrowser/winebrowser.exe$(DLLEXT) $@
231 winecfg.exe$(DLLEXT): winecfg/winecfg.exe$(DLLEXT)
232 $(RM) $@ && $(LN_S) winecfg/winecfg.exe$(DLLEXT) $@
234 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
235 $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
237 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
238 $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
240 winefile.exe$(DLLEXT): winefile/winefile.exe$(DLLEXT)
241 $(RM) $@ && $(LN_S) winefile/winefile.exe$(DLLEXT) $@
243 winemenubuilder.exe$(DLLEXT): winemenubuilder/winemenubuilder.exe$(DLLEXT)
244 $(RM) $@ && $(LN_S) winemenubuilder/winemenubuilder.exe$(DLLEXT) $@
246 winemine.exe$(DLLEXT): winemine/winemine.exe$(DLLEXT)
247 $(RM) $@ && $(LN_S) winemine/winemine.exe$(DLLEXT) $@
249 winepath.exe$(DLLEXT): winepath/winepath.exe$(DLLEXT)
250 $(RM) $@ && $(LN_S) winepath/winepath.exe$(DLLEXT) $@
252 winetest.exe$(DLLEXT): winetest/winetest.exe$(DLLEXT)
253 $(RM) $@ && $(LN_S) winetest/winetest.exe$(DLLEXT) $@
255 winevdm.exe$(DLLEXT): winevdm/winevdm.exe$(DLLEXT)
256 $(RM) $@ && $(LN_S) winevdm/winevdm.exe$(DLLEXT) $@
258 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
259 $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
261 winver.exe$(DLLEXT): winver/winver.exe$(DLLEXT)
262 $(RM) $@ && $(LN_S) winver/winver.exe$(DLLEXT) $@
264 avitools/aviinfo.exe$(DLLEXT): avitools
265 avitools/aviplay.exe$(DLLEXT): avitools
266 clock/clock.exe$(DLLEXT): clock
267 cmdlgtst/cmdlgtst.exe$(DLLEXT): cmdlgtst
268 control/control.exe$(DLLEXT): control
269 expand/expand.exe$(DLLEXT): expand
270 avitools/icinfo.exe$(DLLEXT): avitools
271 msiexec/msiexec.exe$(DLLEXT): msiexec
272 notepad/notepad.exe$(DLLEXT): notepad
273 progman/progman.exe$(DLLEXT): progman
274 regedit/regedit.exe$(DLLEXT): regedit
275 regsvr32/regsvr32.exe$(DLLEXT): regsvr32
276 rpcss/rpcss.exe$(DLLEXT): rpcss
277 rundll32/rundll32.exe$(DLLEXT): rundll32
278 start/start.exe$(DLLEXT): start
279 taskmgr/taskmgr.exe$(DLLEXT): taskmgr
280 uninstaller/uninstaller.exe$(DLLEXT): uninstaller
281 view/view.exe$(DLLEXT): view
282 wcmd/wcmd.exe$(DLLEXT): wcmd
283 wineboot/wineboot.exe$(DLLEXT): wineboot
284 winebrowser/winebrowser.exe$(DLLEXT): winebrowser
285 winecfg/winecfg.exe$(DLLEXT): winecfg
286 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
287 winedbg/winedbg.exe$(DLLEXT): winedbg
288 winefile/winefile.exe$(DLLEXT): winefile
289 winemenubuilder/winemenubuilder.exe$(DLLEXT): winemenubuilder
290 winemine/winemine.exe$(DLLEXT): winemine
291 winepath/winepath.exe$(DLLEXT): winepath
292 winetest/winetest.exe$(DLLEXT): winetest
293 winevdm/winevdm.exe$(DLLEXT): winevdm
294 winhelp/winhelp.exe$(DLLEXT): winhelp
295 winver/winver.exe$(DLLEXT): winver
297 ### Dependencies: