1 TOPSRCDIR = @top_srcdir@
32 # Sub-directories to run make install into
52 # Programs to install in bin directory
53 # We don't install everything to avoid polluting /usr/bin too much
68 # Symlinks to apps that we want to run from inside the source tree
75 all: wineapploader winelauncher $(SUBDIRS) $(SYMLINKS:%=%$(DLLEXT))
77 wineapploader: wineapploader.in
78 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || $(RM) $@
80 winelauncher: winelauncher.in
81 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || $(RM) $@
83 # Rules for installation
85 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
87 install-apploader: wineapploader dummy
88 $(MKINSTALLDIRS) $(bindir)
89 $(INSTALL_SCRIPT) wineapploader $(bindir)/wineapploader
91 $(INSTALLPROGS:%=%/__installprog__): install-apploader
92 $(RM) $(bindir)/`dirname $@` && $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
94 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
95 $(RM) $(bindir)/wineapploader
97 install-progs: # nothing to do here
99 install:: winelauncher install-progs$(DLLEXT)
100 $(MKINSTALLDIRS) $(bindir)
101 $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
104 $(RM) $(bindir)/wineapploader $(bindir)/winelauncher $(INSTALLPROGS:%=$(bindir)/%)
108 $(RM) wineapploader winelauncher $(SYMLINKS)
112 checklink:: $(SUBDIRS:%=%/__checklink__)
114 check test:: $(SUBDIRS:%=%/__test__)
118 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
119 $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
121 winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT)
122 $(RM) $@ && $(LN_S) winedbg/winedbg.exe$(DLLEXT) $@
124 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
125 winedbg/winedbg.exe$(DLLEXT): winedbg