1 TOPSRCDIR
= @top_srcdir@
36 # Sub-directories to run make install into
61 # Programs to install in bin directory
62 # We don't install everything to avoid polluting /usr/bin too much
79 # Symlinks to apps that we want to run from inside the source tree
89 all: wineapploader winelauncher
$(SUBDIRS
) $(SYMLINKS
:%=%$(DLLEXT
))
91 wineapploader
: wineapploader.in
92 sed
-e
's,@bindir\@,$(bindir),g' $(SRCDIR
)/wineapploader.in
>$@ ||
$(RM
) $@
94 winelauncher
: winelauncher.in
95 sed
-e
's,@bindir\@,$(bindir),g' -e
's,@libdir\@,$(libdir),g' -e
's,@dlldir\@,$(dlldir),g' $(SRCDIR
)/winelauncher.in
>$@ ||
$(RM
) $@
97 # Rules for installation
99 .PHONY
: install-apploader install-progs install-progs.so
$(INSTALLPROGS
:%=%/__installprog__
)
101 install-apploader
: wineapploader dummy
102 $(MKINSTALLDIRS
) $(bindir)
103 $(INSTALL_SCRIPT
) wineapploader
$(bindir)/wineapploader
105 $(INSTALLPROGS
:%=%/__installprog__
): install-apploader
106 $(RM
) $(bindir)/`dirname $@` && $(LN
) $(bindir)/wineapploader
$(bindir)/`dirname $@`
108 install-progs.so
: $(INSTALLPROGS
:%=%/__installprog__
)
109 $(RM
) $(bindir)/wineapploader
111 install-progs
: # nothing to do here
113 install:: winelauncher install-progs
$(DLLEXT
)
114 $(MKINSTALLDIRS
) $(bindir)
115 $(INSTALL_SCRIPT
) winelauncher
$(bindir)/winelauncher
118 $(RM
) $(bindir)/wineapploader
$(bindir)/winelauncher
$(INSTALLPROGS
:%=$(bindir)/%)
122 $(RM
) wineapploader winelauncher
$(SYMLINKS
)
126 check test:: $(SUBDIRS
:%=%/__test__
)
130 rpcss.exe
$(DLLEXT
): rpcss
/rpcss.exe
$(DLLEXT
)
131 $(RM
) $@
&& $(LN_S
) rpcss
/rpcss.exe
$(DLLEXT
) $@
133 wcmd.exe
$(DLLEXT
): wcmd
/wcmd.exe
$(DLLEXT
)
134 $(RM
) $@
&& $(LN_S
) wcmd
/wcmd.exe
$(DLLEXT
) $@
136 wineconsole.exe
$(DLLEXT
): wineconsole
/wineconsole.exe
$(DLLEXT
)
137 $(RM
) $@
&& $(LN_S
) wineconsole
/wineconsole.exe
$(DLLEXT
) $@
139 winedbg.exe
$(DLLEXT
): winedbg
/winedbg.exe
$(DLLEXT
)
140 $(RM
) $@
&& $(LN_S
) winedbg
/winedbg.exe
$(DLLEXT
) $@
142 winhelp.exe
$(DLLEXT
): winhelp
/winhelp.exe
$(DLLEXT
)
143 $(RM
) $@
&& $(LN_S
) winhelp
/winhelp.exe
$(DLLEXT
) $@
145 wcmd
/wcmd.exe
$(DLLEXT
): wcmd
146 wineconsole
/wineconsole.exe
$(DLLEXT
): wineconsole
147 winedbg
/winedbg.exe
$(DLLEXT
): winedbg
148 winhelp
/winhelp.exe
$(DLLEXT
): winhelp