Renamed all .cvsignore files to .gitignore.
[wine] / programs / Makefile.in
1 # Automatically generated by make_progs; DO NOT EDIT!!
2
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ..
5 SRCDIR    = @srcdir@
6 VPATH     = @srcdir@
7
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
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
76
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
95
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)
133
134 @MAKE_RULES@
135
136 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS)
137
138 wineapploader: wineapploader.in
139         sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
140
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)
143
144 # Rules for installation
145
146 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
147
148 install-apploader: wineapploader dummy
149         $(MKINSTALLDIRS) $(bindir)
150         $(INSTALL_SCRIPT) wineapploader $(bindir)/wineapploader
151
152 $(INSTALLPROGS:%=%/__installprog__): install-apploader
153         $(RM) $(bindir)/`dirname $@` && $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
154
155 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
156         $(RM) $(bindir)/wineapploader
157
158 install-progs: # nothing to do here
159
160 install:: winelauncher install-progs$(DLLEXT)
161         $(MKINSTALLDIRS) $(bindir)
162         $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
163
164 uninstall::
165         -cd $(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
166         -rmdir $(dlldir)
167
168 clean::
169         $(RM) wineapploader winelauncher $(SYMLINKS)
170
171 # Rules for testing
172
173 check test:: $(SUBDIRS:%=%/__test__)
174
175 # Rules for symlinks
176
177 aviinfo.exe$(DLLEXT): avitools/aviinfo.exe$(DLLEXT)
178         $(RM) $@ && $(LN_S) avitools/aviinfo.exe$(DLLEXT) $@
179
180 aviplay.exe$(DLLEXT): avitools/aviplay.exe$(DLLEXT)
181         $(RM) $@ && $(LN_S) avitools/aviplay.exe$(DLLEXT) $@
182
183 clock.exe$(DLLEXT): clock/clock.exe$(DLLEXT)
184         $(RM) $@ && $(LN_S) clock/clock.exe$(DLLEXT) $@
185
186 cmdlgtst.exe$(DLLEXT): cmdlgtst/cmdlgtst.exe$(DLLEXT)
187         $(RM) $@ && $(LN_S) cmdlgtst/cmdlgtst.exe$(DLLEXT) $@
188
189 control.exe$(DLLEXT): control/control.exe$(DLLEXT)
190         $(RM) $@ && $(LN_S) control/control.exe$(DLLEXT) $@
191
192 eject.exe$(DLLEXT): eject/eject.exe$(DLLEXT)
193         $(RM) $@ && $(LN_S) eject/eject.exe$(DLLEXT) $@
194
195 expand.exe$(DLLEXT): expand/expand.exe$(DLLEXT)
196         $(RM) $@ && $(LN_S) expand/expand.exe$(DLLEXT) $@
197
198 explorer.exe$(DLLEXT): explorer/explorer.exe$(DLLEXT)
199         $(RM) $@ && $(LN_S) explorer/explorer.exe$(DLLEXT) $@
200
201 hh.exe$(DLLEXT): hh/hh.exe$(DLLEXT)
202         $(RM) $@ && $(LN_S) hh/hh.exe$(DLLEXT) $@
203
204 icinfo.exe$(DLLEXT): avitools/icinfo.exe$(DLLEXT)
205         $(RM) $@ && $(LN_S) avitools/icinfo.exe$(DLLEXT) $@
206
207 msiexec.exe$(DLLEXT): msiexec/msiexec.exe$(DLLEXT)
208         $(RM) $@ && $(LN_S) msiexec/msiexec.exe$(DLLEXT) $@
209
210 notepad.exe$(DLLEXT): notepad/notepad.exe$(DLLEXT)
211         $(RM) $@ && $(LN_S) notepad/notepad.exe$(DLLEXT) $@
212
213 progman.exe$(DLLEXT): progman/progman.exe$(DLLEXT)
214         $(RM) $@ && $(LN_S) progman/progman.exe$(DLLEXT) $@
215
216 regedit.exe$(DLLEXT): regedit/regedit.exe$(DLLEXT)
217         $(RM) $@ && $(LN_S) regedit/regedit.exe$(DLLEXT) $@
218
219 regsvr32.exe$(DLLEXT): regsvr32/regsvr32.exe$(DLLEXT)
220         $(RM) $@ && $(LN_S) regsvr32/regsvr32.exe$(DLLEXT) $@
221
222 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
223         $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
224
225 rundll32.exe$(DLLEXT): rundll32/rundll32.exe$(DLLEXT)
226         $(RM) $@ && $(LN_S) rundll32/rundll32.exe$(DLLEXT) $@
227
228 start.exe$(DLLEXT): start/start.exe$(DLLEXT)
229         $(RM) $@ && $(LN_S) start/start.exe$(DLLEXT) $@
230
231 taskmgr.exe$(DLLEXT): taskmgr/taskmgr.exe$(DLLEXT)
232         $(RM) $@ && $(LN_S) taskmgr/taskmgr.exe$(DLLEXT) $@
233
234 uninstaller.exe$(DLLEXT): uninstaller/uninstaller.exe$(DLLEXT)
235         $(RM) $@ && $(LN_S) uninstaller/uninstaller.exe$(DLLEXT) $@
236
237 view.exe$(DLLEXT): view/view.exe$(DLLEXT)
238         $(RM) $@ && $(LN_S) view/view.exe$(DLLEXT) $@
239
240 wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
241         $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
242
243 wineboot.exe$(DLLEXT): wineboot/wineboot.exe$(DLLEXT)
244         $(RM) $@ && $(LN_S) wineboot/wineboot.exe$(DLLEXT) $@
245
246 winebrowser.exe$(DLLEXT): winebrowser/winebrowser.exe$(DLLEXT)
247         $(RM) $@ && $(LN_S) winebrowser/winebrowser.exe$(DLLEXT) $@
248
249 winecfg.exe$(DLLEXT): winecfg/winecfg.exe$(DLLEXT)
250         $(RM) $@ && $(LN_S) winecfg/winecfg.exe$(DLLEXT) $@
251
252 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
253         $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
254
255 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
256         $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
257
258 winefile.exe$(DLLEXT): winefile/winefile.exe$(DLLEXT)
259         $(RM) $@ && $(LN_S) winefile/winefile.exe$(DLLEXT) $@
260
261 winemenubuilder.exe$(DLLEXT): winemenubuilder/winemenubuilder.exe$(DLLEXT)
262         $(RM) $@ && $(LN_S) winemenubuilder/winemenubuilder.exe$(DLLEXT) $@
263
264 winemine.exe$(DLLEXT): winemine/winemine.exe$(DLLEXT)
265         $(RM) $@ && $(LN_S) winemine/winemine.exe$(DLLEXT) $@
266
267 winepath.exe$(DLLEXT): winepath/winepath.exe$(DLLEXT)
268         $(RM) $@ && $(LN_S) winepath/winepath.exe$(DLLEXT) $@
269
270 winetest.exe$(DLLEXT): winetest/winetest.exe$(DLLEXT)
271         $(RM) $@ && $(LN_S) winetest/winetest.exe$(DLLEXT) $@
272
273 winevdm.exe$(DLLEXT): winevdm/winevdm.exe$(DLLEXT)
274         $(RM) $@ && $(LN_S) winevdm/winevdm.exe$(DLLEXT) $@
275
276 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
277         $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
278
279 winver.exe$(DLLEXT): winver/winver.exe$(DLLEXT)
280         $(RM) $@ && $(LN_S) winver/winver.exe$(DLLEXT) $@
281
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
317
318 ### Dependencies: