1 TOPSRCDIR
= @top_srcdir@
34 # Sub-directories to run make install into
57 # Programs to install in bin directory
58 # We don't install everything to avoid polluting /usr/bin too much
74 # Symlinks to apps that we want to run from inside the source tree
84 all: wineapploader winelauncher
$(SUBDIRS
) $(SYMLINKS
:%=%$(DLLEXT
))
86 wineapploader
: wineapploader.in
87 sed
-e
's,@bindir\@,$(bindir),g' $(SRCDIR
)/wineapploader.in
>$@ ||
$(RM
) $@
89 winelauncher
: winelauncher.in
90 sed
-e
's,@bindir\@,$(bindir),g' -e
's,@libdir\@,$(libdir),g' -e
's,@dlldir\@,$(dlldir),g' $(SRCDIR
)/winelauncher.in
>$@ ||
$(RM
) $@
92 # Rules for installation
94 .PHONY
: install-apploader install-progs install-progs.so
$(INSTALLPROGS
:%=%/__installprog__
)
96 install-apploader
: wineapploader dummy
97 $(MKINSTALLDIRS
) $(bindir)
98 $(INSTALL_SCRIPT
) wineapploader
$(bindir)/wineapploader
100 $(INSTALLPROGS
:%=%/__installprog__
): install-apploader
101 $(RM
) $(bindir)/`dirname $@` && $(LN
) $(bindir)/wineapploader
$(bindir)/`dirname $@`
103 install-progs.so
: $(INSTALLPROGS
:%=%/__installprog__
)
104 $(RM
) $(bindir)/wineapploader
106 install-progs
: # nothing to do here
108 install:: winelauncher install-progs
$(DLLEXT
)
109 $(MKINSTALLDIRS
) $(bindir)
110 $(INSTALL_SCRIPT
) winelauncher
$(bindir)/winelauncher
113 $(RM
) $(bindir)/wineapploader
$(bindir)/winelauncher
$(INSTALLPROGS
:%=$(bindir)/%)
117 $(RM
) wineapploader winelauncher
$(SYMLINKS
)
121 check test:: $(SUBDIRS
:%=%/__test__
)
125 rpcss.exe
$(DLLEXT
): rpcss
/rpcss.exe
$(DLLEXT
)
126 $(RM
) $@
&& $(LN_S
) rpcss
/rpcss.exe
$(DLLEXT
) $@
128 wcmd.exe
$(DLLEXT
): wcmd
/wcmd.exe
$(DLLEXT
)
129 $(RM
) $@
&& $(LN_S
) wcmd
/wcmd.exe
$(DLLEXT
) $@
131 wineconsole.exe
$(DLLEXT
): wineconsole
/wineconsole.exe
$(DLLEXT
)
132 $(RM
) $@
&& $(LN_S
) wineconsole
/wineconsole.exe
$(DLLEXT
) $@
134 winedbg.exe
$(DLLEXT
): winedbg
/winedbg.exe
$(DLLEXT
)
135 $(RM
) $@
&& $(LN_S
) winedbg
/winedbg.exe
$(DLLEXT
) $@
137 winhelp.exe
$(DLLEXT
): winhelp
/winhelp.exe
$(DLLEXT
)
138 $(RM
) $@
&& $(LN_S
) winhelp
/winhelp.exe
$(DLLEXT
) $@
140 wcmd
/wcmd.exe
$(DLLEXT
): wcmd
141 wineconsole
/wineconsole.exe
$(DLLEXT
): wineconsole
142 winedbg
/winedbg.exe
$(DLLEXT
): winedbg
143 winhelp
/winhelp.exe
$(DLLEXT
): winhelp