programs: Get rid of application symlinks, they are no longer needed.
[wine/multimedia.git] / programs / Makefile.in
blob0c0426aebbdabca3fca34b495392f1e4f232d687
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 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 wordpad
44 # Sub-directories to run make install into
45 INSTALLSUBDIRS = \
46 avitools \
47 clock \
48 control \
49 eject \
50 expand \
51 explorer \
52 hh \
53 msiexec \
54 notepad \
55 progman \
56 regedit \
57 regsvr32 \
58 rpcss \
59 rundll32 \
60 start \
61 taskmgr \
62 uninstaller \
63 wcmd \
64 wineboot \
65 winebrowser \
66 winecfg \
67 wineconsole \
68 winedbg \
69 winefile \
70 winemenubuilder \
71 winemine \
72 winepath \
73 winevdm \
74 winhelp \
75 winver \
76 wordpad
78 # Programs to install in bin directory
79 INSTALLPROGS = \
80 msiexec \
81 notepad \
82 progman \
83 regedit \
84 regsvr32 \
85 uninstaller \
86 wcmd \
87 wineboot \
88 winebrowser \
89 winecfg \
90 wineconsole \
91 winedbg \
92 winefile \
93 winemine \
94 winepath \
95 winhelp
97 @MAKE_RULES@
99 all: wineapploader winelauncher $(SUBDIRS)
101 wineapploader: wineapploader.in
102 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
104 winelauncher: winelauncher.in
105 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || ($(RM) $@ && false)
107 # Rules for installation
109 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
111 install-apploader: wineapploader dummy
112 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
113 $(INSTALL_SCRIPT) wineapploader $(DESTDIR)$(bindir)/wineapploader
115 $(INSTALLPROGS:%=%/__installprog__): install-apploader
116 $(RM) $(DESTDIR)$(bindir)/`dirname $@` && $(LN) $(DESTDIR)$(bindir)/wineapploader $(DESTDIR)$(bindir)/`dirname $@`
118 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
119 $(RM) $(DESTDIR)$(bindir)/wineapploader
121 install-progs: # nothing to do here
123 install:: winelauncher install-progs$(DLLEXT)
124 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
125 $(INSTALL_SCRIPT) winelauncher $(DESTDIR)$(bindir)/winelauncher
127 uninstall::
128 -cd $(DESTDIR)$(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
129 -rmdir $(DESTDIR)$(dlldir)
131 clean::
132 $(RM) wineapploader winelauncher
134 # Rules for testing
136 check test:: $(SUBDIRS:%=%/__test__)
138 ### Dependencies: