Rename queue_t to jobqueue_t to avoid collision with library symbol
[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         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
40
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
72
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
91
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)
127
128 @MAKE_RULES@
129
130 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS)
131
132 wineapploader: wineapploader.in
133         sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
134
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)
137
138 # Rules for installation
139
140 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
141
142 install-apploader: wineapploader dummy
143         $(MKINSTALLDIRS) $(bindir)
144         $(INSTALL_SCRIPT) wineapploader $(bindir)/wineapploader
145
146 $(INSTALLPROGS:%=%/__installprog__): install-apploader
147         $(RM) $(bindir)/`dirname $@` && $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
148
149 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
150         $(RM) $(bindir)/wineapploader
151
152 install-progs: # nothing to do here
153
154 install:: winelauncher install-progs$(DLLEXT)
155         $(MKINSTALLDIRS) $(bindir)
156         $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
157
158 uninstall::
159         -cd $(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
160         -rmdir $(dlldir)
161
162 clean::
163         $(RM) wineapploader winelauncher $(SYMLINKS)
164
165 # Rules for testing
166
167 check test:: $(SUBDIRS:%=%/__test__)
168
169 # Rules for symlinks
170
171 aviinfo.exe$(DLLEXT): avitools/aviinfo.exe$(DLLEXT)
172         $(RM) $@ && $(LN_S) avitools/aviinfo.exe$(DLLEXT) $@
173
174 aviplay.exe$(DLLEXT): avitools/aviplay.exe$(DLLEXT)
175         $(RM) $@ && $(LN_S) avitools/aviplay.exe$(DLLEXT) $@
176
177 clock.exe$(DLLEXT): clock/clock.exe$(DLLEXT)
178         $(RM) $@ && $(LN_S) clock/clock.exe$(DLLEXT) $@
179
180 cmdlgtst.exe$(DLLEXT): cmdlgtst/cmdlgtst.exe$(DLLEXT)
181         $(RM) $@ && $(LN_S) cmdlgtst/cmdlgtst.exe$(DLLEXT) $@
182
183 control.exe$(DLLEXT): control/control.exe$(DLLEXT)
184         $(RM) $@ && $(LN_S) control/control.exe$(DLLEXT) $@
185
186 expand.exe$(DLLEXT): expand/expand.exe$(DLLEXT)
187         $(RM) $@ && $(LN_S) expand/expand.exe$(DLLEXT) $@
188
189 hh.exe$(DLLEXT): hh/hh.exe$(DLLEXT)
190         $(RM) $@ && $(LN_S) hh/hh.exe$(DLLEXT) $@
191
192 icinfo.exe$(DLLEXT): avitools/icinfo.exe$(DLLEXT)
193         $(RM) $@ && $(LN_S) avitools/icinfo.exe$(DLLEXT) $@
194
195 msiexec.exe$(DLLEXT): msiexec/msiexec.exe$(DLLEXT)
196         $(RM) $@ && $(LN_S) msiexec/msiexec.exe$(DLLEXT) $@
197
198 notepad.exe$(DLLEXT): notepad/notepad.exe$(DLLEXT)
199         $(RM) $@ && $(LN_S) notepad/notepad.exe$(DLLEXT) $@
200
201 progman.exe$(DLLEXT): progman/progman.exe$(DLLEXT)
202         $(RM) $@ && $(LN_S) progman/progman.exe$(DLLEXT) $@
203
204 regedit.exe$(DLLEXT): regedit/regedit.exe$(DLLEXT)
205         $(RM) $@ && $(LN_S) regedit/regedit.exe$(DLLEXT) $@
206
207 regsvr32.exe$(DLLEXT): regsvr32/regsvr32.exe$(DLLEXT)
208         $(RM) $@ && $(LN_S) regsvr32/regsvr32.exe$(DLLEXT) $@
209
210 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
211         $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
212
213 rundll32.exe$(DLLEXT): rundll32/rundll32.exe$(DLLEXT)
214         $(RM) $@ && $(LN_S) rundll32/rundll32.exe$(DLLEXT) $@
215
216 start.exe$(DLLEXT): start/start.exe$(DLLEXT)
217         $(RM) $@ && $(LN_S) start/start.exe$(DLLEXT) $@
218
219 taskmgr.exe$(DLLEXT): taskmgr/taskmgr.exe$(DLLEXT)
220         $(RM) $@ && $(LN_S) taskmgr/taskmgr.exe$(DLLEXT) $@
221
222 uninstaller.exe$(DLLEXT): uninstaller/uninstaller.exe$(DLLEXT)
223         $(RM) $@ && $(LN_S) uninstaller/uninstaller.exe$(DLLEXT) $@
224
225 view.exe$(DLLEXT): view/view.exe$(DLLEXT)
226         $(RM) $@ && $(LN_S) view/view.exe$(DLLEXT) $@
227
228 wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
229         $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
230
231 wineboot.exe$(DLLEXT): wineboot/wineboot.exe$(DLLEXT)
232         $(RM) $@ && $(LN_S) wineboot/wineboot.exe$(DLLEXT) $@
233
234 winebrowser.exe$(DLLEXT): winebrowser/winebrowser.exe$(DLLEXT)
235         $(RM) $@ && $(LN_S) winebrowser/winebrowser.exe$(DLLEXT) $@
236
237 winecfg.exe$(DLLEXT): winecfg/winecfg.exe$(DLLEXT)
238         $(RM) $@ && $(LN_S) winecfg/winecfg.exe$(DLLEXT) $@
239
240 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
241         $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
242
243 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
244         $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
245
246 winefile.exe$(DLLEXT): winefile/winefile.exe$(DLLEXT)
247         $(RM) $@ && $(LN_S) winefile/winefile.exe$(DLLEXT) $@
248
249 winemenubuilder.exe$(DLLEXT): winemenubuilder/winemenubuilder.exe$(DLLEXT)
250         $(RM) $@ && $(LN_S) winemenubuilder/winemenubuilder.exe$(DLLEXT) $@
251
252 winemine.exe$(DLLEXT): winemine/winemine.exe$(DLLEXT)
253         $(RM) $@ && $(LN_S) winemine/winemine.exe$(DLLEXT) $@
254
255 winepath.exe$(DLLEXT): winepath/winepath.exe$(DLLEXT)
256         $(RM) $@ && $(LN_S) winepath/winepath.exe$(DLLEXT) $@
257
258 winetest.exe$(DLLEXT): winetest/winetest.exe$(DLLEXT)
259         $(RM) $@ && $(LN_S) winetest/winetest.exe$(DLLEXT) $@
260
261 winevdm.exe$(DLLEXT): winevdm/winevdm.exe$(DLLEXT)
262         $(RM) $@ && $(LN_S) winevdm/winevdm.exe$(DLLEXT) $@
263
264 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
265         $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
266
267 winver.exe$(DLLEXT): winver/winver.exe$(DLLEXT)
268         $(RM) $@ && $(LN_S) winver/winver.exe$(DLLEXT) $@
269
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
303
304 ### Dependencies: