1 TOPSRCDIR = @top_srcdir@
37 # Sub-directories to run make install into
63 # Programs to install in bin directory
64 # We don't install everything to avoid polluting /usr/bin too much
81 # Symlinks to apps that we want to run from inside the source tree
92 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS:%=%$(DLLEXT))
94 wineapploader: wineapploader.in
95 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || $(RM) $@
97 winelauncher: winelauncher.in
98 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || $(RM) $@
100 # Rules for installation
102 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
104 install-apploader: wineapploader dummy
105 $(MKINSTALLDIRS) $(bindir)
106 $(INSTALL_SCRIPT) wineapploader $(bindir)/wineapploader
108 $(INSTALLPROGS:%=%/__installprog__): install-apploader
109 $(RM) $(bindir)/`dirname $@` && $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
111 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
112 $(RM) $(bindir)/wineapploader
114 install-progs: # nothing to do here
116 install:: winelauncher install-progs$(DLLEXT)
117 $(MKINSTALLDIRS) $(bindir)
118 $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
121 $(RM) $(bindir)/wineapploader $(bindir)/winelauncher $(INSTALLPROGS:%=$(bindir)/%)
125 $(RM) wineapploader winelauncher $(SYMLINKS)
129 check test:: $(SUBDIRS:%=%/__test__)
133 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
134 $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
136 wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
137 $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
139 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
140 $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
142 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
143 $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
145 winevdm.exe$(DLLEXT): winevdm/winevdm.exe$(DLLEXT)
146 $(RM) $@ && $(LN_S) winevdm/winevdm.exe$(DLLEXT) $@
148 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
149 $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
151 wcmd/wcmd.exe$(DLLEXT): wcmd
152 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
153 winedbg/winedbg.exe$(DLLEXT): winedbg
154 winevdm/winevdm.exe$(DLLEXT): winevdm
155 winhelp/winhelp.exe$(DLLEXT): winhelp