Janitorial: C booleans must not be compared against TRUE.
[wine/multimedia.git] / programs / Makefile.in
blob27d9af0e62f89f1f8c21ee3f73fa512d44e04997
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 notepad \
74 progman \
75 regedit \
76 regsvr32 \
77 uninstaller \
78 wcmd \
79 wineboot \
80 winebrowser \
81 winecfg \
82 wineconsole \
83 winedbg \
84 winefile \
85 winemine \
86 winepath \
87 winhelp
89 # Symlinks to apps that we want to run from inside the source tree
90 SYMLINKS = \
91 aviinfo.exe$(DLLEXT) \
92 aviplay.exe$(DLLEXT) \
93 clock.exe$(DLLEXT) \
94 cmdlgtst.exe$(DLLEXT) \
95 control.exe$(DLLEXT) \
96 expand.exe$(DLLEXT) \
97 icinfo.exe$(DLLEXT) \
98 msiexec.exe$(DLLEXT) \
99 notepad.exe$(DLLEXT) \
100 progman.exe$(DLLEXT) \
101 regedit.exe$(DLLEXT) \
102 regsvr32.exe$(DLLEXT) \
103 rpcss.exe$(DLLEXT) \
104 rundll32.exe$(DLLEXT) \
105 start.exe$(DLLEXT) \
106 taskmgr.exe$(DLLEXT) \
107 uninstaller.exe$(DLLEXT) \
108 view.exe$(DLLEXT) \
109 wcmd.exe$(DLLEXT) \
110 wineboot.exe$(DLLEXT) \
111 winebrowser.exe$(DLLEXT) \
112 winecfg.exe$(DLLEXT) \
113 wineconsole.exe$(DLLEXT) \
114 winedbg.exe$(DLLEXT) \
115 winefile.exe$(DLLEXT) \
116 winemenubuilder.exe$(DLLEXT) \
117 winemine.exe$(DLLEXT) \
118 winepath.exe$(DLLEXT) \
119 winetest.exe$(DLLEXT) \
120 winevdm.exe$(DLLEXT) \
121 winhelp.exe$(DLLEXT) \
122 winver.exe$(DLLEXT)
124 @MAKE_RULES@
126 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS)
128 wineapploader: wineapploader.in
129 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
131 winelauncher: winelauncher.in
132 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || ($(RM) $@ && false)
134 # Rules for installation
136 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
138 install-apploader: wineapploader dummy
139 $(MKINSTALLDIRS) $(bindir)
140 $(INSTALL_SCRIPT) wineapploader $(bindir)/wineapploader
142 $(INSTALLPROGS:%=%/__installprog__): install-apploader
143 $(RM) $(bindir)/`dirname $@` && $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
145 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
146 $(RM) $(bindir)/wineapploader
148 install-progs: # nothing to do here
150 install:: winelauncher install-progs$(DLLEXT)
151 $(MKINSTALLDIRS) $(bindir)
152 $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
154 uninstall::
155 -cd $(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
156 -rmdir $(dlldir)
158 clean::
159 $(RM) wineapploader winelauncher $(SYMLINKS)
161 # Rules for testing
163 check test:: $(SUBDIRS:%=%/__test__)
165 # Rules for symlinks
167 aviinfo.exe$(DLLEXT): avitools/aviinfo.exe$(DLLEXT)
168 $(RM) $@ && $(LN_S) avitools/aviinfo.exe$(DLLEXT) $@
170 aviplay.exe$(DLLEXT): avitools/aviplay.exe$(DLLEXT)
171 $(RM) $@ && $(LN_S) avitools/aviplay.exe$(DLLEXT) $@
173 clock.exe$(DLLEXT): clock/clock.exe$(DLLEXT)
174 $(RM) $@ && $(LN_S) clock/clock.exe$(DLLEXT) $@
176 cmdlgtst.exe$(DLLEXT): cmdlgtst/cmdlgtst.exe$(DLLEXT)
177 $(RM) $@ && $(LN_S) cmdlgtst/cmdlgtst.exe$(DLLEXT) $@
179 control.exe$(DLLEXT): control/control.exe$(DLLEXT)
180 $(RM) $@ && $(LN_S) control/control.exe$(DLLEXT) $@
182 expand.exe$(DLLEXT): expand/expand.exe$(DLLEXT)
183 $(RM) $@ && $(LN_S) expand/expand.exe$(DLLEXT) $@
185 icinfo.exe$(DLLEXT): avitools/icinfo.exe$(DLLEXT)
186 $(RM) $@ && $(LN_S) avitools/icinfo.exe$(DLLEXT) $@
188 msiexec.exe$(DLLEXT): msiexec/msiexec.exe$(DLLEXT)
189 $(RM) $@ && $(LN_S) msiexec/msiexec.exe$(DLLEXT) $@
191 notepad.exe$(DLLEXT): notepad/notepad.exe$(DLLEXT)
192 $(RM) $@ && $(LN_S) notepad/notepad.exe$(DLLEXT) $@
194 progman.exe$(DLLEXT): progman/progman.exe$(DLLEXT)
195 $(RM) $@ && $(LN_S) progman/progman.exe$(DLLEXT) $@
197 regedit.exe$(DLLEXT): regedit/regedit.exe$(DLLEXT)
198 $(RM) $@ && $(LN_S) regedit/regedit.exe$(DLLEXT) $@
200 regsvr32.exe$(DLLEXT): regsvr32/regsvr32.exe$(DLLEXT)
201 $(RM) $@ && $(LN_S) regsvr32/regsvr32.exe$(DLLEXT) $@
203 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
204 $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
206 rundll32.exe$(DLLEXT): rundll32/rundll32.exe$(DLLEXT)
207 $(RM) $@ && $(LN_S) rundll32/rundll32.exe$(DLLEXT) $@
209 start.exe$(DLLEXT): start/start.exe$(DLLEXT)
210 $(RM) $@ && $(LN_S) start/start.exe$(DLLEXT) $@
212 taskmgr.exe$(DLLEXT): taskmgr/taskmgr.exe$(DLLEXT)
213 $(RM) $@ && $(LN_S) taskmgr/taskmgr.exe$(DLLEXT) $@
215 uninstaller.exe$(DLLEXT): uninstaller/uninstaller.exe$(DLLEXT)
216 $(RM) $@ && $(LN_S) uninstaller/uninstaller.exe$(DLLEXT) $@
218 view.exe$(DLLEXT): view/view.exe$(DLLEXT)
219 $(RM) $@ && $(LN_S) view/view.exe$(DLLEXT) $@
221 wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
222 $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
224 wineboot.exe$(DLLEXT): wineboot/wineboot.exe$(DLLEXT)
225 $(RM) $@ && $(LN_S) wineboot/wineboot.exe$(DLLEXT) $@
227 winebrowser.exe$(DLLEXT): winebrowser/winebrowser.exe$(DLLEXT)
228 $(RM) $@ && $(LN_S) winebrowser/winebrowser.exe$(DLLEXT) $@
230 winecfg.exe$(DLLEXT): winecfg/winecfg.exe$(DLLEXT)
231 $(RM) $@ && $(LN_S) winecfg/winecfg.exe$(DLLEXT) $@
233 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
234 $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
236 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
237 $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
239 winefile.exe$(DLLEXT): winefile/winefile.exe$(DLLEXT)
240 $(RM) $@ && $(LN_S) winefile/winefile.exe$(DLLEXT) $@
242 winemenubuilder.exe$(DLLEXT): winemenubuilder/winemenubuilder.exe$(DLLEXT)
243 $(RM) $@ && $(LN_S) winemenubuilder/winemenubuilder.exe$(DLLEXT) $@
245 winemine.exe$(DLLEXT): winemine/winemine.exe$(DLLEXT)
246 $(RM) $@ && $(LN_S) winemine/winemine.exe$(DLLEXT) $@
248 winepath.exe$(DLLEXT): winepath/winepath.exe$(DLLEXT)
249 $(RM) $@ && $(LN_S) winepath/winepath.exe$(DLLEXT) $@
251 winetest.exe$(DLLEXT): winetest/winetest.exe$(DLLEXT)
252 $(RM) $@ && $(LN_S) winetest/winetest.exe$(DLLEXT) $@
254 winevdm.exe$(DLLEXT): winevdm/winevdm.exe$(DLLEXT)
255 $(RM) $@ && $(LN_S) winevdm/winevdm.exe$(DLLEXT) $@
257 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
258 $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
260 winver.exe$(DLLEXT): winver/winver.exe$(DLLEXT)
261 $(RM) $@ && $(LN_S) winver/winver.exe$(DLLEXT) $@
263 avitools/aviinfo.exe$(DLLEXT): avitools
264 avitools/aviplay.exe$(DLLEXT): avitools
265 clock/clock.exe$(DLLEXT): clock
266 cmdlgtst/cmdlgtst.exe$(DLLEXT): cmdlgtst
267 control/control.exe$(DLLEXT): control
268 expand/expand.exe$(DLLEXT): expand
269 avitools/icinfo.exe$(DLLEXT): avitools
270 msiexec/msiexec.exe$(DLLEXT): msiexec
271 notepad/notepad.exe$(DLLEXT): notepad
272 progman/progman.exe$(DLLEXT): progman
273 regedit/regedit.exe$(DLLEXT): regedit
274 regsvr32/regsvr32.exe$(DLLEXT): regsvr32
275 rpcss/rpcss.exe$(DLLEXT): rpcss
276 rundll32/rundll32.exe$(DLLEXT): rundll32
277 start/start.exe$(DLLEXT): start
278 taskmgr/taskmgr.exe$(DLLEXT): taskmgr
279 uninstaller/uninstaller.exe$(DLLEXT): uninstaller
280 view/view.exe$(DLLEXT): view
281 wcmd/wcmd.exe$(DLLEXT): wcmd
282 wineboot/wineboot.exe$(DLLEXT): wineboot
283 winebrowser/winebrowser.exe$(DLLEXT): winebrowser
284 winecfg/winecfg.exe$(DLLEXT): winecfg
285 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
286 winedbg/winedbg.exe$(DLLEXT): winedbg
287 winefile/winefile.exe$(DLLEXT): winefile
288 winemenubuilder/winemenubuilder.exe$(DLLEXT): winemenubuilder
289 winemine/winemine.exe$(DLLEXT): winemine
290 winepath/winepath.exe$(DLLEXT): winepath
291 winetest/winetest.exe$(DLLEXT): winetest
292 winevdm/winevdm.exe$(DLLEXT): winevdm
293 winhelp/winhelp.exe$(DLLEXT): winhelp
294 winver/winver.exe$(DLLEXT): winver
296 ### Dependencies: