Fixed make install target to work even when nothing has been compiled
[wine/wine64.git] / tools / winapi / Makefile.in
blob86870b8d91e655f39eb5cedcf0f5edde43b610a8
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 @MAKE_RULES@
10 install::
11 $(MKINSTALLDIRS) $(bindir)
12 $(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(bindir)/make_filter
13 $(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(bindir)/winapi_check
14 $(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(bindir)/winapi_extract
15 $(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(bindir)/winapi_fixup
17 uninstall::
18 $(RM) $(bindir)/make_filter
19 $(RM) $(bindir)/winapi_check
20 $(RM) $(bindir)/winapi_extract
21 $(RM) $(bindir)/winapi_fixup
23 ### Dependencies: