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