1 # Automatically generated by make_progs; DO NOT EDIT!!
3 TOPSRCDIR
= @top_srcdir@
55 # Sub-directories to run make install into
100 # Programs to install in bin directory
118 INSTALLDIRS
= $(DESTDIR
)$(bindir)
120 PROGRAMS
= wineapploader
124 all: $(PROGRAMS
) $(SUBDIRS
)
126 wineapploader
: wineapploader.in
127 sed
-e
's,@bindir\@,$(bindir),g' $(SRCDIR
)/wineapploader.in
>$@ ||
($(RM
) $@
&& false
)
129 # Rules for installation
131 .PHONY
: install-apploader install-progs install-progs.so
$(INSTALLPROGS
:%=%/__installprog__
)
133 install-apploader
: wineapploader
$(INSTALLDIRS
) dummy
134 $(INSTALL_SCRIPT
) wineapploader
$(DESTDIR
)$(bindir)/wineapploader
136 $(INSTALLPROGS
:%=%/__installprog__
): install-apploader
137 $(RM
) $(DESTDIR
)$(bindir)/`dirname $@` && $(LN
) $(DESTDIR
)$(bindir)/wineapploader
$(DESTDIR
)$(bindir)/`dirname $@`
139 install-progs.so
: $(INSTALLPROGS
:%=%/__installprog__
)
140 $(RM
) $(DESTDIR
)$(bindir)/wineapploader
142 install-progs
: # nothing to do here
144 install:: install-progs
$(DLLEXT
) $(INSTALLDIRS
)
147 -cd
$(DESTDIR
)$(bindir) && $(RM
) wineapploader
$(INSTALLPROGS
)
148 -rmdir
$(DESTDIR
)$(dlldir
)
152 check test:: $(SUBDIRS
:%=%/__test__
)